BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Removes a given node from the DOM.
|
||||
*
|
||||
* @param node the node to remove
|
||||
*/
|
||||
export default function remove(node: Node | null): Node | null;
|
||||
Reference in New Issue
Block a user