Comparing version
{ | ||
"name": "popfun", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "pop last item of array, if it is function", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# popfun - pop last item of array, if it is a function | ||
[](http://travis-ci.org/michaelnisi/popfun) | ||
## Description | ||
The popfun node module pops and returns the last item of a given array, if its type is 'function'; for example, the callback in an arguments array. | ||
The popfun node module removes the last element from an array and returns that value to the caller, if the element is of type 'function'; for example, the callback in an arguments array. | ||
@@ -7,0 +9,0 @@ ## Usage |
3781
4.19%33
6.45%