UNPKG

script-chain

Version:
44 lines (14 loc) 500 B
# Global * * * ### prefixer(prefix, names) **Parameters** **prefix**: `string`, prefix names if they don't already contain this, usually bound so it will be curried **names**: `string | Array.<string>`, names to prefix **Returns**: `Array.<string>`, prefixed strings ### real(input) check if value is not null, not undefined, not empty string, not NaN **Parameters** **input**: `any`, any value **Returns**: `boolean`, is real * * *