UNPKG

@rsweeten/dropbox-sync

Version:

Reusable Dropbox synchronization module with framework adapters

3 lines (2 loc) 108 B
import type { SocketMethods } from './types'; export declare function createSocketMethods(): SocketMethods;