mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
// @ts-check
|
|
|
|
export { lintAsync as lint, readConfigAsync as readConfig } from "./markdownlint.mjs";
|