mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-13 12:20:12 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -9,7 +9,7 @@
|
||||
* MIT Licensed
|
||||
* @license
|
||||
*/
|
||||
declare module lunr
|
||||
declare namespace lunr
|
||||
{
|
||||
var version:string;
|
||||
|
||||
@@ -42,7 +42,7 @@ declare module lunr
|
||||
*/
|
||||
function stopWordFilter(token:string):string;
|
||||
|
||||
module stopWordFilter {
|
||||
namespace stopWordFilter {
|
||||
var stopWords:SortedSet<string>;
|
||||
}
|
||||
|
||||
@@ -836,4 +836,4 @@ declare module lunr
|
||||
* });
|
||||
* ```
|
||||
*/
|
||||
declare function lunr(config:Function):lunr.Index;
|
||||
declare function lunr(config:Function):lunr.Index;
|
||||
|
||||
Reference in New Issue
Block a user