routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { Document } from '../doc/Document';
|
||||
import type { Node } from '../nodes/Node';
|
||||
import type { ToStringOptions } from '../options';
|
||||
export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
|
||||
Reference in New Issue
Block a user