Files
fte-Homepage/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

3 lines
150 B
TypeScript

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