blob: b8216fd0a7b7fac041b3b42e1c8b832f9997ce4a [file] [log] [blame]
"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;