UNPKG

lint-md

Version:

Core of lint-md which used to lint your markdown file for Chinese.

33 lines (28 loc) 636 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "lint", { enumerable: true, get: function get() { return _lint.lint; } }); Object.defineProperty(exports, "fix", { enumerable: true, get: function get() { return _fix.fix; } }); Object.defineProperty(exports, "getDescription", { enumerable: true, get: function get() { return _description.getDescription; } }); exports.version = void 0; var _lint = require("./lint"); var _fix = require("./fix"); var _description = require("./description"); var version = "0.2.0"; exports.version = version;