cohorta/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
2025-12-19 19:26:16 +00:00

2 lines
150 B
TypeScript
Executable file

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