Skip to content

Commit

Permalink
fix(types): simplify type exports (decentralized-identity#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Dec 17, 2020
1 parent 434d2cb commit 90ca9b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
declare module "ethr-did-resolver" {
export function getResolver(options: any): any;
}
declare module "ethr-did-resolver"

0 comments on commit 90ca9b5

Please sign in to comment.