(fn)
| 82 | }, |
| 83 | |
| 84 | catch(fn) { |
| 85 | typecheck([ 'function', 'undefined' ], 'catch', fn) |
| 86 | }, |
| 87 | |
| 88 | andCatch(fn) { |
| 89 | typecheck([ 'function', 'undefined' ], 'andCatch', fn) |
nothing calls this directly
no test coverage detected
searching dependent graphs…