speakmore-2.0/node_modules/yaml/dist/stringify/stringifyNumber.d.ts

3 lines
150 B
TypeScript
Raw Normal View History

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