draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare const encodeXML: (data: string) => string;
|
||||
export declare const encodeHTML: (data: string) => string;
|
||||
export declare function escape(data: string): string;
|
||||
//# sourceMappingURL=encode.d.ts.map
|
||||
Reference in New Issue
Block a user