Files
emaui/node_modules/@module-federation/error-codes/dist/getShortErrorMsg.d.mts
2026-05-29 15:23:46 +03:00

5 lines
285 B
TypeScript

//#region src/getShortErrorMsg.d.ts
declare const getShortErrorMsg: (errorCode: string, errorDescMap: Record<string, string>, args?: Record<string, unknown>, originalErrorMsg?: string) => string;
//#endregion
export { getShortErrorMsg };
//# sourceMappingURL=getShortErrorMsg.d.mts.map