31 packages
@amphibian/cache
simple object based caching
@amphibian/copy
copies variable content
@amphibian/delete-cookie
delete browser cookie
@amphibian/emitter
small utility emitter library
@amphibian/encode-form-data
prepare form data for submission
@amphibian/errors
easily create meaningful errors
@amphibian/extend
extends a parent object while letting keys from child overwrite it
@amphibian/filter
matches items in an array or object that return true in the filtering function
@amphibian/find
matches items in an array or object that return true in the finding function
@amphibian/for-own
for...in abstraction to iterate over an objects own keys
@amphibian/get-cookie
get browser cookie
@amphibian/in-array
boolean check to see if an index is in an array
@amphibian/is-array
array type checker
@amphibian/is-boolean
boolean type checker
@amphibian/is-function
function type checker
@amphibian/is-number
number type checker
@amphibian/is-object
object type checker
@amphibian/is-regexp
regexp type checker
@amphibian/is-string
string type checker
@amphibian/is-undefined
undefined type checker
@amphibian/iterate
functional while loop abstraction to return iterators on an increment
@amphibian/iterate-down
while loop abstraction for iterating down with -1 as increment
@amphibian/iterate-down-array
while loop abstraction for looping through indices from Array.length to 0
@amphibian/iterate-up
while loop abstraction for iterating up with +1 as increment
@amphibian/iterate-up-array
while loop abstraction for looping through indices from 0 to Array.length