UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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