UNPKG

cloud-agnostic-storage

Version:

A package which enables cloud agnostic storage for a NodeJS project.

8 lines (7 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CLOUD_PROVIDERS = void 0; exports.CLOUD_PROVIDERS = { AWS: "aws", AZURE: "azure", };