Files

5 lines
166 B
TypeScript
Raw Permalink Normal View History

2026-05-03 12:12:57 -04:00
import type { ScalarTag } from '../types';
export declare const floatNaN: ScalarTag;
export declare const floatExp: ScalarTag;
export declare const float: ScalarTag;