next
Version:
The React Framework
14 lines (13 loc) • 320 B
JavaScript
// If the expire time is less than .
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DYNAMIC_EXPIRE", {
enumerable: true,
get: function() {
return DYNAMIC_EXPIRE;
}
});
const DYNAMIC_EXPIRE = 300;
//# sourceMappingURL=constants.js.map