UNPKG

@textlint/kernel

Version:
11 lines 240 B
/** * TextLintMessage type * @typedef {Object} MessageType * @type {{lint: string, ignore: string}} */ declare const _default: { lint: string; ignore: string; }; export default _default; //# sourceMappingURL=MessageType.d.ts.map