🙏 @lite-v3/common-helpers
Public common helpers for Tokopedia Web
Installation
Install deps
pnpm add @lite-v3/common-helpers
npm i @lite-v3/common-helpers
yarn add @lite-v3/common-helpers
Available Helpers
# sort by alphabet
├─ array
├── chunk
├── createRange
├── createRangeWithStep
├── dedupe
├─ currency
├── removeRp
├── removeThousandSeparator
├── toIDR
├── toNumber
├─ date
├── constant
├── formatDay
├── formatMonthTitle
├── formatWeekdayLong
├── formatWeekdayShort
├── getFirstDayOfWeek
├── getTimeDiffAsObject
├── isValidDate
├── timestampFromNow
├─ env
├── canUseDOM
├── isSafari
├─ fp
├── compose
├── debounce
├── defer
├── flow
├── flowRight
├── noop
├── omit
├─ json
├── safeParse
├─ logic
├── execIfFunc
├── ifElse
├── shallowEqual
├─ mask
├── maskAddress
├── maskEmail
├─ number
├── counterFormat
├── fileSizeFormat
├── formatNumberUnified
├── formatWeight
├── getRandomNumber
├── humanizeReviewCount
├── numberWithCommas
├── removeNonNumber
├── thousandSeparator
├─ string
├── escapeRegExp
├── randomString
├── removeScriptTag
├── replaceDot
├── sanitizeLang
├── slugify
├── stringTemplate
├── titleCase
├─ styles
├── hexToRgba
├── pxToRem
Code By WPE Team @Tokopedia