UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 195 B
import { TypeBString } from "../types/type-bstring"; import { Primitive } from "./primitive"; export declare class BString extends Primitive { type: typeof TypeBString; toJS(): string; }