Skip to content

Unified utilities for parsing and retrieving JSDoc at runtime

License

Notifications You must be signed in to change notification settings

GalacticHypernova/jsdoc

Repository files navigation

UnJSDoc

npm version npm downloads bundle Codecov

Unified utilities for parsing and retrieving JSDoc annotations.

Usage

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");

Development

  • 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

License

Made with 💛

Published under MIT License.

About

Unified utilities for parsing and retrieving JSDoc at runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published