routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Returns:
|
||||
* - 'null' if the node is not attached to the DOM
|
||||
* - the root node (HTMLDocument | ShadowRoot) otherwise
|
||||
*/
|
||||
export declare function attachedRoot(node: Node): null | HTMLDocument | ShadowRoot;
|
||||
Reference in New Issue
Block a user