2.0.0 • Published 3 years ago

jsmp-infra-hp-package v2.0.0

Weekly downloads
4
License
ISC
Repository
-
Last release
3 years ago

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 other value. 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';
2.0.0

3 years ago

1.0.0

3 years ago