UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 198 B
import { TypeNull } from "../types/type-null"; import { Primitive } from "./primitive"; export declare class Null extends Primitive { type: typeof TypeNull; value: null; toJS(): null; }