UNPKG

@statsig/tedious

Version:

A fork of tedious that supports Fabric OBO auth user impersonation

6 lines (5 loc) 138 B
import { type DataType } from '../data-type'; declare const NVarChar: { maximumLength: number; } & DataType; export default NVarChar;