UNPKG

@nsnanocat/util

Version:

Pure JS's util module for well-known iOS network tools

6 lines (5 loc) 124 B
/** * HTTP 状态码文案映射表。 * HTTP status code text map. */ export const StatusTexts: Record<number, string>;