@types/lunr
Advanced tools
Comparing version 0.5.30 to 0.5.31
@@ -20,6 +20,4 @@ // Type definitions for lunr.js 0.5 | ||
* | ||
* @module | ||
* @param {String} obj The string to convert into tokens | ||
* @param obj The string to convert into tokens | ||
* @see lunr.tokenizer.seperator | ||
* @returns {Array} | ||
*/ | ||
@@ -35,3 +33,2 @@ function tokenizer(obj: any): string[]; | ||
* | ||
* @static | ||
* @see lunr.tokenizer | ||
@@ -54,5 +51,4 @@ * | ||
* | ||
* @param {Function} fn The function to register. | ||
* @param {String} label The label to register this function with | ||
* @memberOf tokenizer | ||
* @param fn The function to register. | ||
* @param label The label to register this function with | ||
*/ | ||
@@ -67,5 +63,3 @@ function registerFunction(fn: TokenizerFunction, label: string): void; | ||
* | ||
* @param {String} label The label of the serialised tokenizer. | ||
* @returns {Function} | ||
* @memberOf tokenizer | ||
* @param label The label of the serialised tokenizer. | ||
*/ | ||
@@ -140,3 +134,2 @@ function load(label: string): TokenizerFunction; | ||
* @param eventName The name of the event to emit. | ||
* @param args | ||
*/ | ||
@@ -624,3 +617,2 @@ emit(eventName: string, ...args: any[]): void; | ||
* @param plugin The plugin to apply. | ||
* @param args | ||
*/ | ||
@@ -760,3 +752,2 @@ use(plugin: Function, ...args: any[]): void; | ||
* @param token The token to expand. | ||
* @param memo | ||
*/ | ||
@@ -785,4 +776,3 @@ expand(token: string, memo?: string[]): string[]; | ||
* | ||
* @param {String} message The message to be printed. | ||
* @memberOf Utils | ||
* @param message The message to be printed. | ||
*/ | ||
@@ -798,5 +788,4 @@ function warn(message: any): void; | ||
* | ||
* @param {Any} obj The object to convert to a string. | ||
* @return {String} string representation of the passed object. | ||
* @memberOf Utils | ||
* @param obj The object to convert to a string. | ||
* @return string representation of the passed object. | ||
*/ | ||
@@ -803,0 +792,0 @@ function asString(obj: any): string; |
{ | ||
"name": "@types/lunr", | ||
"version": "0.5.30", | ||
"version": "0.5.31", | ||
"description": "TypeScript definitions for lunr.js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "43c4a201fe857d4731016a4cf335a2245b47a639e16fa9db235f67d588f4cb46", | ||
"typesPublisherContentHash": "bea1d8e8854360c2f69fe8bf902540a56f0bfdd1aad5abdd7beccd630a1e2bad", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Sep 2017 19:43:24 GMT | ||
* Last updated: Wed, 25 Oct 2017 01:03:57 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: lunr |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32872
0
717