4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
'use strict';
|
|
// All of the curently implemented math functions
|
|
module.exports = new Set(['calc', 'clamp', 'max', 'min']);
|