UNPKG
mutate-on-copy
Version:
latest (1.0.1)
1.0.1
1.0.0
mutate on copy
mutate-on-copy
/
dist
/
index.d.ts
2 lines
•
128 B
TypeScript
View Raw
1
2
export
declare
function
mutate<T>(
target
: T,
fn
:
(
copyState
: T
) =>
T |
undefined
|
void
): T;
//# sourceMappingURL=index.d.ts.map