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

3 lines
249 B
TypeScript

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;