Sha256: 31e4be0473cb4680e4d59b1e9f90406b0515e65f3c5b8d208897fe0f6b101388

Contents?: true

Size: 616 Bytes

Versions: 48

Compression:

Stored size: 616 Bytes

Contents

'use strict';

Object.defineProperty(exports, "__esModule", {
    value: true
});
exports.isAsync = undefined;

var _asyncify = require('../asyncify');

var _asyncify2 = _interopRequireDefault(_asyncify);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var supportsSymbol = typeof Symbol === 'function';

function isAsync(fn) {
    return supportsSymbol && fn[Symbol.toStringTag] === 'AsyncFunction';
}

function wrapAsync(asyncFn) {
    return isAsync(asyncFn) ? (0, _asyncify2.default)(asyncFn) : asyncFn;
}

exports.default = wrapAsync;
exports.isAsync = isAsync;

Version data entries

48 entries across 46 versions & 11 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.18.0 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.18.2 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.16.1 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.15.2 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.18.4 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.18.1 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.14.0 test/dummy/node_modules/async/internal/wrapAsync.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/async/internal/wrapAsync.js
tang-0.2.1 spec/tang_app/node_modules/async/internal/wrapAsync.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/async/internal/wrapAsync.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/async/internal/wrapAsync.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/async/internal/wrapAsync.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/async/internal/wrapAsync.js
tang-0.2.0 spec/tang_app/node_modules/async/internal/wrapAsync.js
tang-0.1.0 spec/tang_app/node_modules/async/internal/wrapAsync.js
tang-0.0.9 spec/tang_app/node_modules/async/internal/wrapAsync.js
enju_library-0.3.8 spec/dummy/node_modules/async/internal/wrapAsync.js
ilog-0.4.1 node_modules/async/internal/wrapAsync.js