UNPKG

@cerbos/embedded

Version:

Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications

7 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constrainAutoUpdateInterval = constrainAutoUpdateInterval; function constrainAutoUpdateInterval(interval) { return Math.max(interval ?? 60_000, 10_000); } //# sourceMappingURL=interval.js.map