1.7.0 • Published 2 years ago

@p4rm/utils v1.7.0

Weekly downloads
21
License
Apache-2.0
Repository
-
Last release
2 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

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.9.3

3 years ago

1.0.0

4 years ago