UNPKG

244 BTypeScriptView Raw
1import type * 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;