warix-core

Warix core functionality


Keywords
Warix, core
License
ISC
Install
npm install warix-core@1.0.4

Documentation

Warix Core

Warix Array Operations

A set of common array operations that returns a detailed summary of the performed action

  • oldValue: Array before the operation
  • newValue: Array after the operation
  • addedItems: New items added to the array
  • removedItems: Items removed from the array
  • shiftedItems: Items that changed position in the array

Warix Data Filter

A set of filtering operations that works over arrays

Warix Dom

Common DOM operations

Warix Util

Common utility operations