aboutsummaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/yaml/dist/stringify/stringifyNumber.d.ts')
-rw-r--r--node_modules/yaml/dist/stringify/stringifyNumber.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/yaml/dist/stringify/stringifyNumber.d.ts b/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
new file mode 100644
index 0000000..3c14df1
--- /dev/null
+++ b/node_modules/yaml/dist/stringify/stringifyNumber.d.ts
@@ -0,0 +1,2 @@
+import type { Scalar } from '../nodes/Scalar.js';
+export declare function stringifyNumber({ format, minFractionDigits, tag, value }: Scalar): string;