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 (6 loc) 135 B
import { Dropbox } from './dropbox'; import { DropboxTeam } from './team/dropbox-team'; export default { Dropbox, DropboxTeam, };