UNPKG

273 BTypeScriptView Raw
1import * as ASTv1 from '../v1/api';
2export declare function escapeAttrValue(attrValue: string): string;
3export declare function escapeText(text: string): string;
4export declare function sortByLoc(a: ASTv1.Node, b: ASTv1.Node): -1 | 0 | 1;
5//# sourceMappingURL=util.d.ts.map
\No newline at end of file