summaryrefslogtreecommitdiff
path: root/node_modules/entities/lib/encode.d.ts
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-20 13:43:34 +0100
committerMinteck <contact@minteck.org>2022-01-20 13:43:34 +0100
commitc2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1 (patch)
tree226598e8d17d20e3721358f7c60b1cc6b851163a /node_modules/entities/lib/encode.d.ts
downloadcobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.tar.gz
cobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.tar.bz2
cobalt-c2aa7bf38fb30de2d04f87f8e7780e4c768ae6b1.zip
Initial commit
Diffstat (limited to 'node_modules/entities/lib/encode.d.ts')
-rw-r--r--node_modules/entities/lib/encode.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/entities/lib/encode.d.ts b/node_modules/entities/lib/encode.d.ts
new file mode 100644
index 0000000..613c30e
--- /dev/null
+++ b/node_modules/entities/lib/encode.d.ts
@@ -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 \ No newline at end of file