@fluentui/styles
Version:
A set of styling utilities for CSS-in-JS.
12 lines (10 loc) • 333 B
JavaScript
exports.__esModule = true;
exports.callable = void 0;
var callable = function callable(possibleFunction) {
return function () {
return typeof possibleFunction === 'function' ? possibleFunction.apply(void 0, arguments) : possibleFunction;
};
};
exports.callable = callable;
//# sourceMappingURL=callable.js.map
;