0.0.4 • Published 9 years ago

batteries-included v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

batteries-included

small function library.

FUNCTIONS:

Function.prototype.bind(ctx, args): function for ie8

isPromise(promise): bool

isIterator(iter): bool

isIterable(iter): bool

makeArrayFromIterator(iter): []

defProp(obj, prop, propDesc)

Object.defineProperty

setConst(obj, prop, val)

setValue(obj, prop, val)

getProto(obj): object

defGetter(obj, prop, getter)

Function.prototype.name: string

LICENSE:

MIT

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago