quasqui
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
20 lines (19 loc) • 641 B
JavaScript
/* eslint-disable */
/** @license React v17.0.1
* react.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
? factory(exports)
: typeof define === 'function' && define.amd
? define(['exports'], factory)
: ((global = global || self), factory((global.React = {})));
})(this, function (_exports) {
// normally exports, changes to _exports just for test
_exports.umd = 'umd';
});