forgeplus-react/node_modules/rc-util/lib/utils/set.d.ts

2 lines
139 B
TypeScript

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