mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
[lunr] Allow lunr.tokenizer.separator to be modified (#21918)
This commit is contained in:
2
types/lunr/index.d.ts
vendored
2
types/lunr/index.d.ts
vendored
@@ -784,7 +784,7 @@ declare namespace lunr {
|
||||
*
|
||||
* @see lunr.tokenizer
|
||||
*/
|
||||
const separator: RegExp;
|
||||
let separator: RegExp;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user