astro-ghostcms/.pnpm-store/v3/files/30/848803ccceecdc207522b64ed9a...

3 lines
150 B
Plaintext

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