mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-04-28 17:40:22 +00:00
update socials section
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { Document } from '../doc/Document.js';
|
||||
import type { Node } from '../nodes/Node.js';
|
||||
import type { ToStringOptions } from '../options.js';
|
||||
export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
|
||||
Reference in New Issue
Block a user