UNPKG

@http-util/status-i18n

Version:

Make HTTP status message support i18n

7 lines (6 loc) 149 B
declare module '@http-util/status-i18n' { export function status( statusCode: number | undefined, locale: string ): string | undefined }