summaryrefslogtreecommitdiff
path: root/node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts')
-rw-r--r--node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts b/node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts
new file mode 100644
index 0000000..1f83250
--- /dev/null
+++ b/node_modules/@terwer/typedoc-plugin-markdown/dist/support/utils.d.ts
@@ -0,0 +1,8 @@
+export declare function escapeChars(str: string): string;
+export declare function escapeAngleBrackets(str: string): string;
+export declare function escapeTableCol(str: string): string;
+export declare function unEscapeChars(str: string): string;
+export declare function stripComments(str: string): string;
+export declare function stripLineBreaks(str: string, includeHTML?: boolean): string;
+export declare function camelToTitleCase(text: string): string;
+export declare function slugify(str: string): string;