UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

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