We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f566b commit a0f07beCopy full SHA for a0f07be
3 files changed
index.d.ts
@@ -1,5 +1,7 @@
1
/* auto-generated by NAPI-RS */
2
/* eslint-disable */
3
+export declare function clearLanguage(language: string): boolean
4
+
5
export declare function generateTypescriptDefs(dir: string, output: string, genPlaceholder?: boolean | undefined | null): void
6
7
export declare function getLanguages(): object
0 commit comments