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.

7 lines (6 loc) 155 B
import { Dropbox } from './dropbox'; import { DropboxTeam } from './team/dropbox-team'; export default { Dropbox: Dropbox, DropboxTeam: DropboxTeam };