UNPKG

@yokgs/dyescript-light

Version:

Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript

5 lines 150 B
module.exports = $ => { if ($ == 'true' || $ == 'false') return $; if (/^\-*[0-9]+\.*[0-9]*/.test($)) return $; return "'" + $ + "'" }