UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

11 lines (8 loc) 206 B
import {TypeBytes} from "../types/type-bytes" import {Primitive} from "./primitive" export class Bytes extends Primitive { type: typeof TypeBytes = TypeBytes toJS() { return this.toString() } }