thai-typo-check
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,14 +0,9 @@ | ||
declare function thaiTypoCheck( | ||
export function thaiTypoCheck( | ||
inputText: string, | ||
customWords?: string[] | ||
): boolean; | ||
declare namespace thaiTypoCheck {} | ||
declare function thaiTypoCheckWords( | ||
export function thaiTypoCheckWords( | ||
inputText: string, | ||
customWords?: string[] | ||
): string[] | undefined; | ||
declare namespace thaiTypoCheckWords {} | ||
export = thaiTypoCheck; | ||
export = thaiTypoCheckWords; |
{ | ||
"name": "thai-typo-check", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "for check thai typo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
858910
85