@types/dookie
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Installation

npm install --save @types/dookie

Summary

This package contains type definitions for dookie (https://github.com/vkarpov15/dookie#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dookie.

index.d.ts

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;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Swanest.

/@types/dookie/

    Package Sidebar

    Install

    npm i @types/dookie

    Weekly Downloads

    88

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    3.29 kB

    Total Files

    5

    Last publish

    Collaborators

    • types