1.0.6 • Published 3 years ago

@unanim/helpers v1.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

@unanim/helpers

A library of helper and utility functions

Installation

yarn add @unanim/helpers

Usage

import { capitalize } from '@unanim/helpers'

capitalize('string')
// returns 'String'

Complete List

API

  • resolveApiPath
  • makePostBody

ARRAY

  • dynamicSort
  • sortAlphabetically
  • toggleItem
  • insertItemAtIndex
  • insertItemsAtIndexes
  • arrayShuffle
  • groupBy
  • longestLength

BROWSER

  • getBrowser
  • getNavigatorLanguage
  • lockScroll
  • unlockScroll
  • copyToClipBoard

COLORS

  • hexToRgb
  • pSBC

COOKIES

  • getCookie
  • getAllCookies
  • createCookie
  • deleteCookie

CSS

  • getCSSVar
  • setCSSVar

DATE

  • resolveDateFormat
  • formatTimestampToLocaleDate
  • formatISOToLocaleDate
  • formatDate
  • humanDate
  • isDatePast
  • isDateBefore
  • isHourBefore

DOM

  • getRect
  • getDocumentHeight
  • getMousePos
  • getPosition
  • getSize
  • getScrollTop

EVENTS

  • addListeners
  • removeListeners
  • dispatchEvent

NUMBER

  • checkValue
  • clamp
  • formatToEuroNumber
  • getDifference
  • lerp
  • map
  • mathRoundTwo
  • padWithZeroes
  • randomInteger

NUXT

  • getStringFromErrors
  • getErrorMessage

STRING

  • hyphenate
  • generateGuid
  • truncateString
  • capitalize
  • snakeToPascal
  • stripTags

TIME

  • setFrameTimeout
  • clearFrameTimeout
  • setFrameInterval
  • clearFrameInterval
  • debounce
  • wait

URL

  • getUrlParams
  • getUrlParamsHashtag
  • removeUrlAllParams
  • removeUrlParams
  • removeUrlAllParamsHashtag
  • removeUrlParamsHashtag
  • setUrlParams
  • setUrlParamsHashtag
  • getYoutubeIdFromUrl
  • getVimeoIdFromUrl

© Made with love and lots of coffee by Unanim.studio

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago