UNPKG

@statsig/tedious

Version:

A fork of tedious that supports Fabric OBO auth user impersonation

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