UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 268 B
import { Uint16 } from "../values/uint16"; import { BasePrimitive } from "./base-primitive"; export declare class TypeOfUint16 extends BasePrimitive<Uint16> { name: string; create(value: string | null): Uint16; } export declare const TypeUint16: TypeOfUint16;