Skip to content

Commit

Permalink
fix: Export all types.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Aug 17, 2022
1 parent c98500e commit 4ef709b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ export type { Arguments, Argv } from 'yargs';
/**
* [Types]
*
* Export selected types from 'etc/types'.
* Export types.
*/
export type {
SaffronBuilder,
SaffronBuilderContext,
SaffronHandler,
SaffronHandlerContext
} from 'etc/types';
export * from 'etc/types';


/**
Expand Down

0 comments on commit 4ef709b

Please sign in to comment.