0.0.5 • Published 2 years ago

@slimplate/utils v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

utils

A basic utils library for slimplate projects

Util Functions:

uuid()  // generates a universally unique identifier (UUID) using the uuidGenerator library.
shortUuid() // generates a shorter version of a UUID using the uuidGenerator library.
slugify() // transforms a given string value into a URL-friendly slug format. 
dateFormat() // formats a date value according to a specified format.
titleize() // capitalizes the first letter of each word in a given string using the inflection library
useLocalStorage() // provides a way to store and retrieve values in the browser's local storage.
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago

0.0.2

2 years ago