@roderickhsiao/react-i13n
Version:
[Experiment] React I13n provides a performant and scalable solution to application instrumentation.
15 lines (12 loc) • 362 B
JavaScript
;
exports.__esModule = true;
exports["default"] = void 0;
/**
* Copyright 2015 - Present, Yahoo Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
var isUndefined = function isUndefined(data) {
return typeof data === 'undefined';
};
var _default = isUndefined;
exports["default"] = _default;