Skip to content

Commit

Permalink
fix(typescript): workaround naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 25, 2019
1 parent e46d4cb commit 280a2b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Expand Up @@ -3,6 +3,7 @@ import { VERSION } from "./version";
import { paginate } from "./paginate";
import { iterator } from "./iterator";
import { PaginateInterface } from "./types";
export { PaginateInterface } from "./types";

import { Octokit } from "@octokit/core";

Expand All @@ -18,5 +19,3 @@ export function paginateRest(octokit: Octokit) {
};
}
paginateRest.VERSION = VERSION;

export type PaginateInterface = PaginateInterface;

0 comments on commit 280a2b7

Please sign in to comment.