(target: any, funcName: string, obj: any)
| 16 | }; |
| 17 | |
| 18 | export function ArgMethod(target: any, funcName: string, obj: any) { |
| 19 | return obj; |
| 20 | } |
| 21 | |
| 22 | export function unwrapExports(module: any) { |
| 23 | if (isNullable(module)) return module; |
nothing calls this directly
no outgoing calls
no test coverage detected