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 unjsdoc
Import:
// ESM
import {} from "unjsdoc";
// CommonJS
const {} = 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.