mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
|
|
// @ts-check
|
||
|
|
|
||
|
|
export { lintAsync as lint, readConfigAsync as readConfig } from "./markdownlint.mjs";
|