Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@boldr/utils

Helpful utilies designed for use with Boldr.

Includes

  • array functions
  • object functions
  • logic functions
  • string functions
  • routeHelpers
  • console logger

Arrays

  • addIdToArray
  • flatten
  • removeIdFromArray
  • removeNil
  • removeKeyFromNestedArray
  • stringifiedArray
  • uniqueArray
  • validateArray

Logic

  • ifElse
  • requiredParam
  • validateId

Objects

  • filterWithRules
  • getIn
  • mergeDeep
  • removeByKey
  • setIn

Strings

  • toTitle