UNPKG

@foblex/utils

Version:

A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.

2 lines (1 loc) 89 B
export declare function deepCloneNode<T extends (HTMLElement | SVGElement)>(node: T): T;