mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
5 lines
285 B
TypeScript
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
|