Search-docs
  • 👋Welcome
  • ⬇️Installation and establishment
  • Docs
    • Node.js
      • 🔍Search
      • 🏗️buildEmbed
    • MDN
      • 🔍Search
      • 🧲Get
  • 📞Contact me
  • 💻Contribute
  • 📝Todo
Powered by GitBook
On this page

Installation and establishment

You can simply install the dependency to your project with Npm:

npm install search-docs

Or with yarn:

yarn add search-docs

Import the module in your code

// ES6 (includes typings)
import docs from 'search-docs';

// CommonJS
const docs = require('search-docs');
PreviousWelcomeNextNode.js

Last updated 2 years ago

⬇️