Files
server_debian_macro/node_modules/tedious/lib/token/nbcrow-token-parser.d.ts

5 lines
175 B
TypeScript
Raw Normal View History

2025-02-18 22:59:07 +00:00
import Parser from './stream-parser';
import { NBCRowToken } from './token';
declare function nbcRowParser(parser: Parser): Promise<NBCRowToken>;
export default nbcRowParser;