UNPKG

@yokgs/dyescript-light

Version:

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

9 lines 205 B
module.exports = ($) => { $ = $ || '' let r = $; let m = [...($.match(/\-[a-z]{1}/g) || [])]; m.map(x => { r = r.replace(x, x.slice(1).toUpperCase()); }) return r; }