UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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