1.0.0 • Published 7 months ago

@natsuneko-laboratory/precinct-ext v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@natsuneko-laboratory/precinct-ext

Unleash the detectives, with more extensions.

Supports:

  • MDX

Usage

import precinct from "@natsuneko-laboratory/precinct-ext";
import fs from "node:fs";

const content = fs.readFileSync("README.mdx", "utf-8");
const deps = precinct(content, { type: "mdx" });

other usage is the same as the original precinct.

License

MIT

1.0.0

7 months ago