1.6.1 • Published 1 year ago

@sean14/utils v1.6.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Utils: A Collection of Common JavaScript Functions

Utils is a custom JavaScript utility package that provides a collection of common functions for various tasks.

Installation

npm i @sean14/utils

Example

import { splitOnUpper, capitaliseAll } from '@sean14/utils';

const label = 'splitOnUpper';
const title = capitaliseAll(splitOnUpper(label)); // Split On Upper
1.6.1

1 year ago

1.6.0

1 year ago

1.2.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago