source:
node_modules/yaml/dist/stringify/stringifyNumber.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 150 bytes |
Line | |
---|---|
1 | import type { Scalar } from '../nodes/Scalar.js'; |
2 | export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string; |
Note:
See TracBrowser
for help on using the repository browser.