UNPKG

@mdf.js/crash

Version:

MMS - API Crash - Enhanced error management library

11 lines 562 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 { Boom, BoomHelpers } from './Boom'; export { Crash } from './Crash'; export { Multi } from './Multi'; export { APIError, APISource, BoomOptions, Cause, Context, ContextLink, CrashObject, CrashOptions, Links, MultiObject, MultiOptions, SimpleLink, ValidationError, ValidationErrorItem, } from './types'; //# sourceMappingURL=index.d.ts.map