1.0.18 • Published 8 months ago

helpers-plugin v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Helpers plugin

A Javascript / Typescript plugin that adds helper functions for arrays, objects, and other prototypes or global functions, making it easier to write clean code.

šŸ”„ Live preview here šŸ‘ˆ

šŸ”„ Documentation here šŸ‘ˆ

Installation

Install via npm:

npm install helpers-plugin

Helpers Plugin Methods

Array Prototype Methods

  • first()
  • last()
  • findById(id)
  • findIndexById(id)
  • filterById(id)
  • compare(secondArray)

Types Methods

  • isBoolean(value)
  • isString(value)
  • isObject(value)
  • isArray(value)
  • isFunction(value)
  • isNumber(value)

Content Methods

  • isNotEmptyObject(value)
  • isNotEmptyArray(value)
  • isNotEmptyString(value)

Usage

Read more in documentation

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.14

8 months ago