⬇️Installation and establishment
You can simply install the dependency to your project with Npm:
npm install search-docsOr with yarn:
yarn add search-docsImport the module in your code
// ES6 (includes typings)
import docs from 'search-docs';
// CommonJS
const docs = require('search-docs');Last updated