Skip to content

Commit d45eaae

Browse files
committed
fix: Export all types from './types'
Export all types from the './types' module to make them accessible to consumers of this library.
1 parent d2e049a commit d45eaae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import {
1010
type CachedFunctionResult,
1111
} from './types';
1212

13+
export * from './types';
14+
1315
let cache: Cache | undefined;
1416
let logger: Logger = {
1517
info(...arguments_: any) {}, // eslint-disable-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function

0 commit comments

Comments
 (0)