1.0.6 • Published 7 years ago

@haikel/min-storage v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

push(val) // (: boolean) : add value in the end of the array and update pushUnique(val) // (: boolean) : add only unique value in the end of the and update

removeFirst() // (: void) : remove first element in the array removeLast() // (: void) : remove last element in the array removeAt(index) // (: boolean) : remove element at a specific index and update remove(elemnt) // (: boolean) : remove element from the array and update

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago