update socials section
This commit is contained in:
3
node_modules/yaml/dist/stringify/stringifyPair.d.ts
generated
vendored
Normal file
3
node_modules/yaml/dist/stringify/stringifyPair.d.ts
generated
vendored
Normal file
@ -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;
|
Reference in New Issue
Block a user