2.0.0 • Published 5 years ago
jsmp-infra-hp-package v2.0.0
Simple set of functions
Features
stringsToSnakeCasefunction takes two strings as params, concatenates them and converts to "snake case"concatValueToArrayfunction takes two params:arrayand any othervalue. Adds the last one to the end of the array.
Installation
$ npm install jsmp-infra-hp-packageLoad
const ssf = require('jsmp-infra-hp-package');ES module:
import ssf from 'jsmp-infra-hp-package';