jsmp-infra-hp-package
v2.0.0
Published
Test module - set of functions for parsing arrays and strings
Downloads
5
Maintainers
Readme
Simple set of functions
Features
stringsToSnakeCase
function takes two strings as params, concatenates them and converts to "snake case"concatValueToArray
function takes two params:array
and any othervalue
. Adds the last one to the end of the array.
Installation
$ npm install jsmp-infra-hp-package
Load
const ssf = require('jsmp-infra-hp-package');
ES module:
import ssf from 'jsmp-infra-hp-package';