⬇️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');

Last updated