mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
8 lines
225 B
JavaScript
8 lines
225 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.invariant = function (assertion, error) {
|
|
if (!assertion) {
|
|
console.error(error);
|
|
}
|
|
};
|
|
//# sourceMappingURL=invariant.js.map
|