UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

6 lines (5 loc) 162 B
/** * Clone a node that has the same type as the original one * @param node */ export declare const cloneNode: <T extends Node>(node: T, deep?: boolean) => T;