mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
fixed last lint error
This commit is contained in:
2
types/moo/index.d.ts
vendored
2
types/moo/index.d.ts
vendored
@@ -40,7 +40,7 @@ export interface Rule {
|
||||
*/
|
||||
error?: true;
|
||||
/**
|
||||
* Moo doesn't allow capturing groups, but you can supply a transform function, value(),
|
||||
* Moo doesn't allow capturing groups, but you can supply a transform function, value(),
|
||||
* which will be called on the value before storing it in the Token object.
|
||||
*/
|
||||
value?: (x: string) => string;
|
||||
|
||||
Reference in New Issue
Block a user