UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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