2.2.0 • Published 6 months ago

@aautcq/web-utils v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@aautcq/web-utils

Utility TS functions.

Basics

Install

$ npm i -D @aautcq/web-utils

Usage

import { formatFullName } from '@aautcq/web-utils';
import type { AnyClass } from '@aautcq/web-utils';

Documentation

functions

Colors

Function nameArgumentsDescription
initSavedColors
getSavedColors
saveColor
setColorValue
createAlphaSquare
createLinearGradient
rgb2hex
rgba2hexa
hex2rgb
rgb2rgba
rgb2hsv
hsv2rgb

Cookies

Function nameArgumentsDescription
setCookie
getCookie
getCookies
deleteCookie

Dates

Function nameArgumentsDescription
timeAgo
formatDate
formatTime

Data formating

Function nameArgumentsDescription
upperFirst
capitalizeWordsWithSeparator
capitalizeName
shortenString
stringToScreamingSnakeCase
typeConvertor
cleanObjectFromUndefined
formatFullName
lowerCaseStringIncludes
convertFileUrlToPdf
debounce

Location

Function nameArgumentsDescription
getQueryParam
setQueryParams
addQueryParams
removeQueryParams
formatQuery

Phone numbers

Function nameArgumentsDescription
formatPhoneNumber

Scripts

Function nameArgumentsDescription
appendScript

Scroll

Function nameArgumentsDescription
scrollTo

Unique IDs

Function nameArgumentsDescription
getID

Types

2.2.0

6 months ago

2.1.5

6 months ago

2.1.4

7 months ago

2.1.3

7 months ago

2.1.2

7 months ago

2.1.1

7 months ago