UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

12 lines (9 loc) 257 B
import {TypeTypename} from "../types/type-typename" import {Primitive} from "./primitive" // I don't think I ever use this... export class Typename extends Primitive { type: typeof TypeTypename = TypeTypename toJS() { return this.toString() } }