UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

9 lines (8 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class AgentConfig { constructor(timeout = 8000) { this.timeout = timeout; } } exports.default = AgentConfig;