UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 277 B
import { StringTag } from './StringTag.type.js'; export declare function cloneValueArray<T>(values: (T | StringTag | StringTag[])[]): T[]; /** clones only what is needed to compare differences later */ export declare function cloneTagJsValue<T>(value: T, maxDepth: number): T;