UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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