UNPKG

bunnycdn

Version:

Use the unofficial BunnyCDN library quickly and easily with Javascript

9 lines (8 loc) 274 B
declare enum StorageEndpoints { 'Falkenstein' = "storage.bunnycdn.com", 'NY' = "ny.storage.bunnycdn.com", 'LA' = "la.storage.bunnycdn.com", 'Singapore' = "sg.storage.bunnycdn.com", 'Sydney' = "syd.storage.bunnycdn.com" } export default StorageEndpoints;