float.d.ts 169 Bytes Raw Blame History Permalink 1 2 3 4 import type { ScalarTag } from '../types.js'; export declare const floatNaN: ScalarTag; export declare const floatExp: ScalarTag; export declare const float: ScalarTag;