vue-keyword-highlight
Advanced tools
Comparing version 0.1.0-beta.8 to 0.1.0-beta.9
@@ -11,3 +11,3 @@ interface IKeywords { | ||
export declare function keywordFilter<T, K extends keyof T>(arr: T[], key: T[K] extends string ? K : never, keywords: Partial<IKeywords>, options: Partial<IOptions>): T[]; | ||
export declare function tokenizeSeparators(str: string, separators: string[]): string[]; | ||
export declare function tokenizeSeparators(str: string, separators: string[]): RegExpMatchArray | string[]; | ||
export {}; |
{ | ||
"name": "vue-keyword-highlight", | ||
"version": "0.1.0-beta.8", | ||
"version": "0.1.0-beta.9", | ||
"description": "vue component, each keyword highlight in text", | ||
@@ -5,0 +5,0 @@ "author": { |
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
115495