UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 261 B
import { Int32 } from "../values/int32"; import { BasePrimitive } from "./base-primitive"; export declare class TypeOfInt32 extends BasePrimitive<Int32> { name: string; create(value: string | null): Int32; } export declare const TypeInt32: TypeOfInt32;