(type)
| 146365 | return (type + "").toLowerCase(); |
| 146366 | } |
| 146367 | function isOperator(type) { |
| 146368 | return canonicalType(type) === "operator"; |
| 146369 | } |
| 146370 | function isCollect(type) { |
| 146371 | return canonicalType(type) === "collect"; |
| 146372 | } |
no test coverage detected