blob: 3e63717f207b8bb30d42f87a7a41fabf8c95da3d [file] [log] [blame] [edit]
'use strict';
// All of the curently implemented math functions
module.exports = new Set(['calc', 'clamp', 'max', 'min']);