timetracker/frontend/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

2 lines
150 B
TypeScript

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