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 262a0aa commit daa46feCopy full SHA for daa46fe
src/index.ts
@@ -6,6 +6,7 @@ export { ClassTransformer } from './ClassTransformer';
6
export * from './decorators';
7
export * from './interfaces';
8
export * from './enums';
9
+export * from './storage';
10
11
const classTransformer = new ClassTransformer();
12
0 commit comments