Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
feat(export): expose File and IFileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed Feb 6, 2018
1 parent 0fc08c9 commit 0b8357f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import File from '@lib/File';
export { File };
export { IOptions as IFileOptions } from '@lib/File';

import convert from '@lib/convert';
export * from '@lib/convert';
export default convert;

0 comments on commit 0b8357f

Please sign in to comment.