UNPKG

@mdf.js/service-registry

Version:

MMS - API - Service Registry

9 lines 528 B
/** * Copyright 2024 Mytra Control S.L. All rights reserved. * * Use of this source code is governed by an MIT-style license that can be found in the LICENSE file * or at https://opensource.org/licenses/MIT. */ export { RegisterFacade as ErrorRegistry } from './RegisterFacade'; export { DEFAULT_CONFIG_REGISTER_CLUSTER_UPDATE_INTERVAL, DEFAULT_CONFIG_REGISTER_INCLUDE_STACK, DEFAULT_CONFIG_REGISTER_MAX_LIST_SIZE, ErrorRecord, ExtendedCrashObject, ExtendedMultiObject, } from './types'; //# sourceMappingURL=index.d.ts.map