mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Papaparse: added Parser.pause() & Parser.resume() (#25447)
This commit is contained in:
Vendored
+3
@@ -74,6 +74,9 @@ export class Parser {
|
||||
|
||||
// Gets the cursor position
|
||||
getCharIndex(): number;
|
||||
|
||||
pause(): void;
|
||||
resume(): void;
|
||||
}
|
||||
|
||||
export interface ParseConfig {
|
||||
|
||||
Reference in New Issue
Block a user