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