Files
icehrm/web/node_modules/rc-util/lib/utils/set.d.ts
2020-05-20 18:47:29 +02:00

2 lines
139 B
TypeScript

export default function set<Entity = any, Output = Entity, Value = any>(entity: Entity, paths: (string | number)[], value: Value): Output;