(base: string)
| 172 | } |
| 173 | |
| 174 | export function propsFor(base: string): PropertyGetter { |
| 175 | return (property: string, defaultValue: any) => get(base, property, defaultValue); |
| 176 | } |
| 177 | |
| 178 | // function mappedOf(fn, funcA, funcB) { |
| 179 | // const resultA = funcA(); |
no test coverage detected