0.0.5 • Published 2 years ago
@slimplate/utils v0.0.5
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.