stringifyNumber.d.ts 150 B

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