Skip to content

Commit 49d7e49

Browse files
committed
Add dependency @types/nano
1 parent e485199 commit 49d7e49

File tree

10 files changed

+1448
-1042
lines changed

10 files changed

+1448
-1042
lines changed

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { DocumentScopeAsync } from "./src/contracts/DocumentScopeAsync";
34
import { ServerScopeAsync } from "./src/contracts/ServerScopeAsync";

dist/src/Wrapper.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { DatabaseScopeAsync } from "./contracts/DatabaseScopeAsync";
34
import { DocumentScopeAsync } from "./contracts/DocumentScopeAsync";

dist/src/contracts/DatabaseScopeAsync.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { AsyncResponse } from "../AsyncResponse";
34
import { DocumentScopeAsync } from "./DocumentScopeAsync";

dist/src/contracts/DocumentScopeAsync.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { AsyncResponse } from "../AsyncResponse";
34
import { AttachmentAsync } from "./AttachmentAsync";

dist/src/contracts/MultipartAsync.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { AsyncResponse } from "../AsyncResponse";
34
export interface MultipartAsync<D> extends Nano.Multipart<D> {

dist/src/contracts/ServerScopeAsync.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
import { AsyncResponse } from "../AsyncResponse";
34
import { DocumentScopeAsync } from "./DocumentScopeAsync";

dist/src/isServerScope.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/// <reference types="nano" />
12
import * as Nano from "nano";
23
export declare function isServerScope(nano: Nano.ServerScope | Nano.DocumentScope<any>): nano is Nano.ServerScope;

0 commit comments

Comments
 (0)