(obj: T, whitelist: Array<string> = [])
| 94 | * @internal |
| 95 | */ |
| 96 | export const effectifyWithExecute = <T>(obj: T, whitelist: Array<string> = []): T => |
| 97 | effectifyWith(obj, executeCommit, whitelist) |
no test coverage detected
searching dependent graphs…