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

buildEmbed

search(data: docsParsed): MessageEmbed
const { nodejs } = require('search-docs');

nodejs.search('readFileSync', { category: "fs" })
.then(data => console.log(nodejs.buildEmbed(data)))
PreviousSearchNextMDN

Last updated 2 years ago

🏗️