Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
feat: 导出内部类型声明
Browse files Browse the repository at this point in the history
  • Loading branch information
whinc committed Oct 9, 2019
1 parent ea824e9 commit cce70b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { ApiSharp } from "./ApiSharp"
export {IHttpClient, WebXhrClient} from "./http_client"
export {ICache, MemoryCache, StorageCache, StorageType} from './cache'
export * from "./ApiSharp"
export * from "./http_client"
export * from './cache'
export {ApiSharp as default} from './ApiSharp'

0 comments on commit cce70b1

Please sign in to comment.