UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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