UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 222 B
import { TypeUint8 } from "../types/type-uint8"; import { Primitive } from "./primitive"; export declare class Uint8 extends Primitive { type: typeof TypeUint8; toInt(): number | null; toJS(): number | null; }