UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 226 B
import { TypeUint16 } from "../types/type-uint16"; import { Primitive } from "./primitive"; export declare class Uint16 extends Primitive { type: typeof TypeUint16; toInt(): number | null; toJS(): number | null; }