UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 232 B
import { TypeFloat64 } from "../types/type-float64"; import { Primitive } from "./primitive"; export declare class Float64 extends Primitive { type: typeof TypeFloat64; toFloat(): number | null; toJS(): number | null; }