mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-04-28 01:20:22 +00:00
update socials section
This commit is contained in:
+3
@@ -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