3 lines
150 B
TypeScript
Raw Normal View History

2023-05-21 12:11:59 +02:00
import type { Scalar } from '../nodes/Scalar.js';
export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;