4 lines
169 B
TypeScript
Executable file
4 lines
169 B
TypeScript
Executable file
import type { ScalarTag } from '../types.js';
|
|
export declare const floatNaN: ScalarTag;
|
|
export declare const floatExp: ScalarTag;
|
|
export declare const float: ScalarTag;
|