Skip to content

opensly/sly-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sly-utils

JavaScript utility library by opensly, which helps you to done the hassle jobs easier. The library is very lightweight, size of the min file is less than 1KB.

List of Utility Methods

  • Camel case to Snake case
  • Chunk an array
  • Escape HTML Tags as HTML entities
  • Finds the common elements of 2 Arrays
  • Flatten the nested object
  • Group By Array of Objects
  • Move an element of Array from one position to another
  • Pluck from Array of Objects
  • Removes duplicates from Array of Objects
  • Shuffle the array
  • Snake case to Camel case
  • Sorting Array of Objects
  • Strip HTML Tags
  • Transform Keys
  • URL string transformed to SEO friendly URL