Skip to content

Commit

Permalink
feat: remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
aldigjo authored and mirceanis committed Oct 24, 2019
1 parent 03ab835 commit 3952bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function get(url: string): Promise<any> {
return res.json()
}

export default function getResolver() {
export function getResolver() {
async function resolve(
did: string,
parsed: ParsedDID
Expand Down

0 comments on commit 3952bef

Please sign in to comment.