jsmp-infra-amigo-awesome-pkg
v2.0.1
Published
Ola amigo, this is a readme file for jsmp-infra-amigo-awesome-pkg
Downloads
3
Readme
Ola amigo, this is a readme file for jsmp-infra-amigo-awesome-pkg
It contains two function.
Function someAwesomeFunction modifies array:
someAwesomeFunction([1, 2], '3') -> [1, 2, '3']
Function anotherAwesomeFunction concats and modifies concated string to kebab case:
anotherAwesomeFunction('helloAmigoIAm', 'kebab') -> 'hello-amigo-i-amkebab'