Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.45 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.45 KB

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.