UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 168 B
/** Clones an object without any of the ignored keys. */ export declare function gentleClone(object: Record<string, any>, ignoredKeys?: string[]): Record<string, any>;