first commit
This commit is contained in:
6
frontend/node_modules/rc-util/es/utils/set.d.ts
generated
vendored
Normal file
6
frontend/node_modules/rc-util/es/utils/set.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export type Path = (string | number | symbol)[];
|
||||
export default function set<Entity = any, Output = Entity, Value = any>(entity: Entity, paths: Path, value: Value, removeIfUndefined?: boolean): Output;
|
||||
/**
|
||||
* Merge objects which will create
|
||||
*/
|
||||
export declare function merge<T extends object>(...sources: T[]): T;
|
||||
Reference in New Issue
Block a user