@pluginjs/utils

0.8.10 • Public • Published

Utils

npm package

utils is a utility JavaScript library.

Introduction

Installation

Yarn

yarn add @pluginjs/utils

NPM

npm i @pluginjs/utils

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/utils/dist/utils.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/utils/dist/utils.min.js"></script>

API

deepClone

Parameters

| Name | Type | Description | |||-| | obj | Object | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

nub

Parameters

| Name | Type | Description | |||-| | arr | Array | |

Returns

| Name | Type | Description | |||-| | arr | Array | |

isPlainObject

Parameters

| Name | Type | Description | |||-| | data | Object | |

Returns

| Name | Type | Description | |||-| | isPlainObject | Boolean | |

deepMerge

Parameters

| Name | Type | Description | |||-| | x | Object | | | y | Object | |

Returns

| Name | Type | Description | |||-| | result | Object | |

curry

Parameters

| Name | Type | Description | |||-| | fn | Function | |

Returns

| Name | Type | Description | |||-| | fn | Function | |

compose

Parameters

| Name | Type | Description | |||-| | fn | Function[] | |

Returns

| Name | Type | Description | |||-| | callback | Function | |

getUID

Parameters

| Name | Type | Description | |||-| | prefix | String | |

Returns

| Name | Type | Description | |||-| | uid | String | |

range

Parameters

| Name | Type | Description | |||-| | v | Number | length |

Returns

| Name | Type | Description | |||-| | result | Array | |

reflow

Parameters

| Name | Type | Description | |||-| | element | HTMLElement | |

Returns

| Name | Type | Description | |||-| | offsetHeight | Number | |

arrayEqual

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | isEqual | Boolean | |

arrayDiff

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | diff | Array | |

arrayIntersect

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | intersect | Array | |

convertPercentageToFloat

Parameters

| Name | Type | Description | |||-| | percentage | String | |

Returns

| Name | Type | Description | |||-| | float | Float | |

convertFloatToPercentage

Parameters

| Name | Type | Description | |||-| | float | Float | |

Returns

| Name | Type | Description | |||-| | percentage | String | |

convertMatrixToArray

Parameters

| Name | Type | Description | |||-| | matrix | String | |

Returns

| Name | Type | Description | |||-| | array | Array | |

getTime

Returns

| Name | Type | Description | |||-| | dateNow | Number | |

camelize

Parameters

| Name | Type | Description | |||-| | word | String | | | first | Boolean | |

Returns

| Name | Type | Description | |||-| | word | String | |

getValueByPath

Parameters

| Name | Type | Description | |||-| | obj | Object | | | path | String | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

throttle

Parameters

| Name | Type | Description | |||-| | func | Function | | | delay | Number | |

Returns

| Name | Type | Description | |||-| | handler | Function | |

debounce

Parameters

| Name | Type | Description | |||-| | func | Function | | | delay | Number | |

Returns

| Name | Type | Description | |||-| | handler | Function | |

fromPairs

Parameters

| Name | Type | Description | |||-| | arr | Array | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

Browser support

Tested on all major browsers.

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

License

@pluginjs/utils is Licensed under the GPL-v3 license.

If you want to use @pluginjs/utils project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright

Copyright (C) 2022 Creation Studio Limited.

Readme

Keywords

none

Package Sidebar

Install

npm i @pluginjs/utils

Homepage

pluginjs.com

Weekly Downloads

44

Version

0.8.10

License

GPL-3.0

Unpacked Size

80.7 kB

Total Files

9

Last publish

Collaborators

  • thecreation
  • kaptinlin