UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 222 B
import { TypeInt16 } from "../types/type-int16"; import { Primitive } from "./primitive"; export declare class Int16 extends Primitive { type: typeof TypeInt16; toInt(): number | null; toJS(): number | null; }