Laptop-Thing/web/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
2024-11-27 12:35:48 -05:00

3 lines
150 B
TypeScript

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