hangul-search
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "hangul-search", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Json객체에서 한글 검색을 수행. 한글 초성 검색을 지원. Korean search within JSON objects. Supports Korean initial consonant search.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,5 +12,5 @@ /** | ||
* const result = hansearch(jsonArray, "키워드").mark(); // 결과 값 <mark></mark> 태그 치환 | ||
* const result = hansearch(jsonArray, "키워드").mark("my-tag"); // 결과 값 <my-tag></my-tag> 태그 치환 | ||
**/ | ||
interface MarkedResult { | ||
results: Record<string, any>[]; | ||
mark: (tag?: string) => Record<string, any>[]; | ||
@@ -17,0 +17,0 @@ } |
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
13003