diff options
Diffstat (limited to 'node_modules/yaml/dist/stringify/stringifyPair.d.ts')
-rw-r--r-- | node_modules/yaml/dist/stringify/stringifyPair.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/yaml/dist/stringify/stringifyPair.d.ts b/node_modules/yaml/dist/stringify/stringifyPair.d.ts new file mode 100644 index 0000000..c512149 --- /dev/null +++ b/node_modules/yaml/dist/stringify/stringifyPair.d.ts @@ -0,0 +1,3 @@ +import type { Pair } from '../nodes/Pair.js'; +import { StringifyContext } from './stringify.js'; +export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string; |