( args: (Id | GetId<Parameter> | boolean | undefined)[], )
| 543 | ); |
| 544 | |
| 545 | const nonFunctionDeps = <Parameter>( |
| 546 | args: (Id | GetId<Parameter> | boolean | undefined)[], |
| 547 | ) => arrayFilter(args, (arg) => !isFunction(arg)); |
| 548 | |
| 549 | const useDel = <Parameter>( |
| 550 | storeOrStoreId: StoreOrStoreId | undefined, |
no test coverage detected
searching dependent graphs…