UNPKG

bunnycdn

Version:

Use the unofficial BunnyCDN library quickly and easily with Javascript

11 lines (10 loc) 215 B
declare enum StatusResponse { OK = 200, CREATED = 201, BAD_REQUEST = 400, UNAUTHORIZED = 401, NOT_FOUND = 404, INTERNAL_SERVER_ERROR = 500, UNDEFINED = 0 } export default StatusResponse;