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

4 lines 143 B
export function constrainAutoUpdateInterval(interval) { return Math.max(interval ?? 60_000, 10_000); } //# sourceMappingURL=interval.js.map