1.0.6 • Published 5 years ago

@haikel/min-storage v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago