npm install --save @types/dookie
This package contains type definitions for dookie (https://github.com/vkarpov15/dookie#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dookie.
export interface PushOpts {
filename?: string | undefined;
dropDatabase: boolean;
}
// Our exports:
export function push(uri: string, data: any, opts?: PushOpts): Promise<any>;
export function pull(uri: string): Promise<any>;
export function pullToStream(uri: string, stream: any): Promise<any>;
// Make this available as a global for non-module code.
export as namespace dookie;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
These definitions were written by Swanest.