1.0.1 • Published 5 years ago

jsmp-infra-plotnikov v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Usage

const { 
transformArray, 
transformString
} = require('jsmp-infra-plotnikov');

const transformedArray = transformArray(array, operation);
const transformedString = transformString(string, operation);

Available operations

  • Array
    • reverse
  • String

    • uppercase
    • lowercase

Note

If you want to manually run some package scripts apart from test, please run npm i from package dir because the transpiler is installed as a devDependency

Contributors

ent.plotnikov@gmail.com

1.0.1

5 years ago

1.0.0

5 years ago