UNPKG

@textlint/ast-tester

Version:

Compliance tests for textlint's AST(Abstract Syntax Tree).

4 lines 196 B
import { TxtNode } from "@textlint/ast-node-types"; export declare function isTxtAST(node: any): node is TxtNode; export declare function test(node: any): void; //# sourceMappingURL=index.d.ts.map