float.d.ts 169 B

1234
  1. import type { ScalarTag } from '../types.js';
  2. export declare const floatNaN: ScalarTag;
  3. export declare const floatExp: ScalarTag;
  4. export declare const float: ScalarTag;