mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
9 lines
No EOL
250 B
JavaScript
9 lines
No EOL
250 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function invariant(condition, message) {
|
|
if (!condition) {
|
|
throw new Error(message);
|
|
}
|
|
}
|
|
exports.invariant = invariant;
|
|
//# sourceMappingURL=invariant.js.map
|