UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

11 lines (8 loc) 196 B
import {TypeNet} from "../types/type-net" import {Primitive} from "./primitive" export class Net extends Primitive { type: typeof TypeNet = TypeNet toJS() { return this.toString() } }