UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

11 lines (8 loc) 191 B
import {TypeIp} from "../types/type-ip" import {Primitive} from "./primitive" export class Ip extends Primitive { type: typeof TypeIp = TypeIp toJS() { return this.toString() } }