| "use strict"; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| exports.default = void 0; | |
| // All of the curently implemented math functions | |
| var _default = ['calc', 'clamp', 'max', 'min']; | |
| exports.default = _default; | |
| module.exports = exports.default; |