UNPKG

nhfs

Version:

NHFS — A sleek HTTP file server for the web built with Next.js and HeroUI. (Alpha)

10 lines (8 loc) 164 B
const ErrorCodeMap: Record<string, number> = { EACCES: 403, ENOENT: 404, EEXIST: 409, EPATHINJECTION: 400, UNKNOWN: 500, }; export default ErrorCodeMap;