(value, transform)
| 2093 | } |
| 2094 | |
| 2095 | function __guard__ (value, transform) { |
| 2096 | return (typeof value !== 'undefined' && value !== null) ? transform(value) : undefined |
| 2097 | } |
| 2098 | function __range__ (left, right, inclusive) { |
| 2099 | const range = [] |
| 2100 | const ascending = left < right |
no outgoing calls
no test coverage detected