index.js 72 B

12345
  1. const {search} = require('./src');
  2. module.exports = {
  3. search,
  4. };