hangul-search
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "hangul-search", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Json객체에서 한글 검색을 수행. 한글 초성 검색을 지원. Korean search within JSON objects. Supports Korean initial consonant search.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -23,6 +23,10 @@ /** | ||
declare module "hansearch" { | ||
const hansearch: (jsonObj: Record<string, any>[], keyWord: string, options?: Options) => MarkedResult; | ||
declare module "hangul-search" { | ||
const hansearch: ( | ||
jsonObj: Record<string, any>[], | ||
keyWord: string, | ||
options?: Options | ||
) => MarkedResult; | ||
export = hansearch; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20395
172