Skip to content

Commit

Permalink
Fixed package name scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTalman committed Oct 5, 2019
1 parent 15b1d28 commit ef2a171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// External Modules
import { Response } from '@bluecewe/isomorphic-fetch';
import { Response } from '@ChrisTalman/isomorphic-fetch';

// Module
declare module '@bluecewe/request'
declare module '@ChrisTalman/request'
{
export type PromiseCallback = <GenericJsonSuccess> (definition: Definition) => Promise<Result <GenericJsonSuccess>>;
export const promise: PromiseCallback;
Expand Down

0 comments on commit ef2a171

Please sign in to comment.