mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 08:59:07 +00:00
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
![]() |
"use strict";
|
||
|
function isFunction(x) {
|
||
|
return typeof x === 'function';
|
||
|
}
|
||
|
exports.isFunction = isFunction;
|
||
|
//# sourceMappingURL=isFunction.js.map
|