UNPKG

dropbox

Version:

The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.

8 lines (7 loc) 196 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var RPC = exports.RPC = 'rpc'; var UPLOAD = exports.UPLOAD = 'upload'; var DOWNLOAD = exports.DOWNLOAD = 'download';