UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 179 B
import { TypeNet } from "../types/type-net"; import { Primitive } from "./primitive"; export declare class Net extends Primitive { type: typeof TypeNet; toJS(): string; }