source:
node_modules/yaml/dist/stringify/stringifyPair.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 249 bytes |
Line | |
---|---|
1 | import type { Pair } from '../nodes/Pair.js'; |
2 | import { StringifyContext } from './stringify.js'; |
3 | export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string; |
Note:
See TracBrowser
for help on using the repository browser.