Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic / dist / types / function / index.js
Size: Mime:
"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