UNPKG

@statsig/tedious

Version:

A fork of tedious that supports Fabric OBO auth user impersonation

5 lines (4 loc) 175 B
import Parser from './stream-parser'; import { NBCRowToken } from './token'; declare function nbcRowParser(parser: Parser): Promise<NBCRowToken>; export default nbcRowParser;