UNPKG

cozy-dataproxy-lib

Version:

Library meant to be by Cozy Cloud's DataProxy apps for data manipulation

4 lines (3 loc) 157 B
import CozyClient from 'cozy-client'; import PouchLink from 'cozy-pouch-link'; export declare const getPouchLink: (client?: CozyClient) => PouchLink | null;