(_target, _thisArg, args)
| 69 | noop as unknown as Twind<any, any>, |
| 70 | { |
| 71 | apply(_target, _thisArg, args) { |
| 72 | if (DEV) assertActive() |
| 73 | |
| 74 | return active(args[0]) |
| 75 | }, |
| 76 | get(target, property) { |
| 77 | if (DEV) { |
| 78 | // Workaround webpack accessing the prototype in dev mode |
no test coverage detected