/opt/canhelp/node_modules/@opentelemetry/api/build/esm/common
NameSizeModeActions
Attributes.d.ts6470644editdlrm
Attributes.js1340644editdlrm
Attributes.js.map8940644editdlrm
Exception.d.ts6400644editdlrm
Exception.js1330644editdlrm
Exception.js.map8590644editdlrm
Time.d.ts11130644editdlrm
Time.js430644editdlrm
Time.js.map13280644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/esm/common/Exception.d.ts (640B)
interface ExceptionWithCode { code: string | number; name?: string; message?: string; stack?: string; } interface ExceptionWithMessage { code?: string | number; message: string; name?: string; stack?: string; } interface ExceptionWithName { code?: string | number; message?: string; name: string; stack?: string; } /** * Defines Exception. * * string or an object with one of (message or name or code) and optional stack * * @since 1.0.0 */ export type Exception = ExceptionWithCode | ExceptionWithMessage | ExceptionWithName | string; export {}; //# sourceMappingURL=Exception.d.ts.map