Repository URL to install this package:
|
Version:
2.0.5 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const isFunction_1 = require("./check/isFunction");
exports.isFunction = isFunction_1.default;
const isFunctionWithKeys_1 = require("./check/isFunctionWithKeys");
exports.isFunctionWithKeys = isFunctionWithKeys_1.default;
const isAsync_1 = require("./check/isAsync");
exports.isAsync = isAsync_1.default;
const isAsyncish_1 = require("./check/isAsyncish");
exports.isAsyncish = isAsyncish_1.default;
const isPromise_1 = require("./check/isPromise");
exports.isPromise = isPromise_1.default;
const isGenerator_1 = require("./check/isGenerator");
exports.isGenerator = isGenerator_1.default;
//
const toFunction_1 = require("./cast/toFunction");
exports.toFunction = toFunction_1.default;
const toTestable_1 = require("./cast/toTestable");
exports.toTestable = toTestable_1.default;
//# sourceMappingURL=index.js.map