UNPKG

@smash-sdk/downloader

Version:

<p align="center"> <a href="https://fromsmash.com/"><img src="https://developer.fromsmash.com/LOGO_SMASH_API.png" align="center" width="135" alt="Send big files"/></a> <h1 align="center">SmashDownloaderJS - Download library <br>powered by the Smash AP

8 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; function isFunction(functionToCheck) { return functionToCheck && {}.toString.call(functionToCheck) === '[object Function]'; } exports.isFunction = isFunction; //# sourceMappingURL=isFunction.js.map