taggedjs
Version:
tagged template reactive html
4 lines (3 loc) • 343 B
TypeScript
import { AnySupport } from '../AnySupport.type.js';
import { WrapRunner } from '../props/alterProp.function.js';
export declare function updateExistingObject(prop: Record<string, WrapRunner>, priorProp: Record<string, WrapRunner>, newSupport: AnySupport, ownerSupport: AnySupport, depth: number, maxDepth: number): Record<string, WrapRunner>;