mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-05-20 10:23:45 +00:00
refactor
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