markdownlint
Version:
A Node.js style checker and lint tool for Markdown/CommonMark files.
14 lines (13 loc) • 317 B
text/typescript
export {};
declare module "markdownlint" {
export * from "./exports.mjs";
}
declare module "markdownlint/async" {
export * from "./exports-async.mjs";
}
declare module "markdownlint/promise" {
export * from "./exports-promise.mjs";
}
declare module "markdownlint/sync" {
export * from "./exports-sync.mjs";
}