sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/scene/container/utils/assignWithIgnore.d.ts
generated
vendored
Normal file
7
node_modules/pixi.js/lib/scene/container/utils/assignWithIgnore.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Assigns properties from one object to another, using an optional array of property names to ignore.
|
||||
* @param target - The target object to assign properties to.
|
||||
* @param options - The object to assign properties from.
|
||||
* @param ignore - An object of property names to ignore ({ propToIgnore: true }).
|
||||
*/
|
||||
export declare function assignWithIgnore<T extends Record<string, any>>(target: T, options: T, ignore?: Record<string, boolean>): void;
|
Reference in New Issue
Block a user