build dist

This commit is contained in:
Pawel Bokota
2021-04-23 19:08:34 -04:00
parent 58cd4e3058
commit ea5e3db648
472 changed files with 25268 additions and 1 deletions

8
dist/lib/invariant.js vendored Normal file
View File

@@ -0,0 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.invariant = function (assertion, error) {
if (!assertion) {
console.error(error);
}
};
//# sourceMappingURL=invariant.js.map