mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
3 lines
123 B
Text
3 lines
123 B
Text
'use strict';
|
|
// All of the curently implemented math functions
|
|
module.exports = new Set(['calc', 'clamp', 'max', 'min']);
|