We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e049a commit d45eaaeCopy full SHA for d45eaae
src/index.ts
@@ -10,6 +10,8 @@ import {
10
type CachedFunctionResult,
11
} from './types';
12
13
+export * from './types';
14
+
15
let cache: Cache | undefined;
16
let logger: Logger = {
17
info(...arguments_: any) {}, // eslint-disable-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function
0 commit comments