UNPKG

remark-lint-no-literal-urls

Version:

remark-lint rule to warn when URLs without angle brackets are used

4 lines 200 B
export default remarkLintNoLiteralUrls; declare const remarkLintNoLiteralUrls: import("unified-lint-rule").Plugin<Root, unknown>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map