UNPKG

150 BTypeScriptView Raw
1import type { Scalar } from '../nodes/Scalar.js';
2export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;