API/api.medcify.app/node_modules/snyk/dist/lib/error-format.d.ts

2 lines
101 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export declare function abridgeErrorMessage(msg: string, maxLen: number, ellipsis?: string): string;