UNPKG

134 BTypeScriptView Raw
1import { type DataType } from '../data-type';
2declare const Binary: {
3 maximumLength: number;
4} & DataType;
5export default Binary;