UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

12 lines (9 loc) 205 B
import {TypeNull} from "../types/type-null" import {Primitive} from "./primitive" export class Null extends Primitive { type: typeof TypeNull = TypeNull value = null toJS() { return null } }