UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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