UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 268 B
import { Uint32 } from "../values/uint32"; import { BasePrimitive } from "./base-primitive"; export declare class TypeOfUint32 extends BasePrimitive<Uint32> { name: string; create(value: string | null): Uint32; } export declare const TypeUint32: TypeOfUint32;