1.7.0 • Published 3 years ago

@p4rm/utils v1.7.0

Weekly downloads
21
License
Apache-2.0
Repository
-
Last release
3 years ago

P4RM's Utils

Common utility functions used across P4RM projects.

Version Build Coverage Status

File Utils

// ../file-utils/examples/readFile.js#L3-L4

String Utils

const {DSUtils} = require('@p4rm/utils');
const temp = DSUtils.underscoreToCamelCase('hello_world');
console.log(temp); // prints 'Hello World'

Code of Conduct

Contributor Covenant

License

Apache License 2.0

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.2.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

0.9.3

5 years ago

1.0.0

5 years ago