mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-16 02:36:26 +00:00
Initalize
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';
|
||||
import type { StringifyContext } from './stringify';
|
||||
export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
Reference in New Issue
Block a user