Repository URL to install this package:
|
Version:
1.2.8 ▾
|
import isFunction from './check/isFunction'
import isFunctionWithKeys from './check/isFunctionWithKeys'
import isAsync from './check/isAsync'
import isAsyncish from './check/isAsyncish'
import isPromise from './check/isPromise'
import isGenerator from './check/isGenerator'
//
import toFunction from './cast/toFunction'
import toTestable from './cast/toTestable'
// export toCoerceWrap from './cast/coerce/toCoerceWrap'
export {
isFunction,
isFunctionWithKeys,
isAsync,
isAsyncish,
isPromise,
isGenerator,
toFunction,
toTestable,
}