Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @param {Link} node
|
||||
* @param {State} state
|
||||
* @returns {boolean}
|
||||
*/
|
||||
export function formatLinkAsAutolink(node: Link, state: State): boolean;
|
||||
import type { Link } from 'mdast';
|
||||
import type { State } from 'mdast-util-to-markdown';
|
||||
//# sourceMappingURL=format-link-as-autolink.d.ts.map
|
||||
Reference in New Issue
Block a user