UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 175 B
import { TypeIp } from "../types/type-ip"; import { Primitive } from "./primitive"; export declare class Ip extends Primitive { type: typeof TypeIp; toJS(): string; }