UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 187 B
import { TypeBytes } from "../types/type-bytes"; import { Primitive } from "./primitive"; export declare class Bytes extends Primitive { type: typeof TypeBytes; toJS(): string; }