Skip to content

Commit dde0c50

Browse files
author
Kyle Cordes
committed
chore(types): Re-export interfaces
This allows, for example: import { RouteMatcherReturn } from 'cyclic-router'; Fixes #193
1 parent 2352a81 commit dde0c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export {makeRouterDriver} from './makeRouterDriver';
22
export {RouterSource} from './RouterSource';
3+
export * from './interfaces';

0 commit comments

Comments
 (0)