UNPKG

@angular-redux/store

Version:
9 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @hidden */ exports.assert = function (condition, message) { if (!condition) { throw new Error(message); } }; //# sourceMappingURL=assert.js.map