mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
To @flow: Token, Lexer, ParseError, and ParseNode. (#839)
* To @flow: Token, Lexer, ParseError, and ParseNode. * PR fixes 1.
This commit is contained in:
committed by
Kevin Barabash
parent
12399da73d
commit
13f3eac741
3
flow-typed/match-at.js
vendored
Normal file
3
flow-typed/match-at.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'match-at' {
|
||||
declare module.exports: (re: RegExp, str: string, pos: number) => (Array<string>|null);
|
||||
}
|
Reference in New Issue
Block a user