thunkifyer
v0.0.3
Published
Turn stuff into thunks
Downloads
2
Readme
Thunkifyer
Convert stuff (arrays, objects and promises) to thunks
API
thunkifyer(val)
- Convertval
to a thunk (works for arrays, objects and promises, otherwise throws an error)thunkifyer.can(val)
- Returns whetherval
can be converted to a thunkthunkifyer.is(val)
- Returns ifval
is a thunk