@dabapps/django-s3-file-upload
Version:
Upload files from the browser to S3 - client side implementation
9 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createActionSet = function (name) { return ({
BEGIN: Symbol(name + "_BEGIN"),
REQUEST: Symbol(name + "_REQUEST"),
SUCCESS: Symbol(name + "_SUCCESS"),
FAILURE: Symbol(name + "_FAILURE"),
}); };
//# sourceMappingURL=utils.js.map