Unified utilities for parsing and retrieving JSDoc annotations.
Install package:
# npm
npm install unjsdoc
# yarn
yarn add unjsdoc
# pnpm
pnpm install unjsdoc
# bun
bun install unjsdocImport:
// ESMimport{}from"unjsdoc";// CommonJSconst{}=require("unjsdoc");- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.