12345678910111213 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- function getCallback() {
- var _args = [];
- for (var _i = 0; _i < arguments.length; _i++) {
- _args[_i] = arguments[_i];
- }
- if (arguments.length && typeof arguments[arguments.length - 1] === 'function') {
- return arguments[arguments.length - 1];
- }
- }
- exports.getCallback = getCallback;
- //# sourceMappingURL=getCallback.js.map
|