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

3 lines
150 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Scalar } from '../nodes/Scalar.js';
export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;