UNPKG

103 BTypeScriptView Raw
1import { type DataType } from '../data-type';
2declare const TinyInt: DataType;
3export default TinyInt;