Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 619 Bytes

js-utilities

Utilities

inspect

inspect and console.log out the result. Uses the util class

decodeBase64

Decode a base64 string

createObjectWithOrderedKeys

Sorts key/value pairs in a Object by keys

removeKeys

Removes keys (recursively) from the given Object

uniqueValues

Get only unique value(s) by either key or keys

relativeDateFormat

Format a duration of Date into a relative format

currencyFormat

Format a Number into a currency string