Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from eladhaim22/deno_1.4.0_types_support
Browse files Browse the repository at this point in the history
[updated]: fix type error on 1.4.0
  • Loading branch information
roonie007 committed Oct 19, 2020
2 parents 8a926f4 + 73e6230 commit e5e5af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Axiod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { urlJoin } from "https://deno.land/x/url_join/mod.ts";

import {
import type {
IRequest,
IConfig,
Data,
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { urlJoin } from "https://deno.land/x/url_join/mod.ts";

import {
import type {
IRequest,
IConfig,
Data,
Expand Down

0 comments on commit e5e5af7

Please sign in to comment.