Commit iniziale
This commit is contained in:
4
node_modules/tedious/lib/token/nbcrow-token-parser.d.ts
generated
vendored
Normal file
4
node_modules/tedious/lib/token/nbcrow-token-parser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import Parser from './stream-parser';
|
||||
import { NBCRowToken } from './token';
|
||||
declare function nbcRowParser(parser: Parser): Promise<NBCRowToken>;
|
||||
export default nbcRowParser;
|
||||
Reference in New Issue
Block a user