UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

11 lines (8 loc) 211 B
import {TypeString} from "../types/type-string" import {Primitive} from "./primitive" export class String extends Primitive { type: typeof TypeString = TypeString toJS() { return this.toString() } }