Files
verify/frontend/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

3 lines
147 B
TypeScript

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