kjelsrud.dev/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
sindrekjelsrud bb41712ce4 add TailwindCSS
+ a lot of node_modules?? unsure what happened
2023-07-20 20:28:44 +02:00

2 lines
150 B
TypeScript

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