mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
// @ts-check
|
|
|
|
export { lintSync as lint, readConfigSync as readConfig } from "./markdownlint.mjs";
|