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 3c157bb commit 201e621Copy full SHA for 201e621
src/ClassTransformer.ts
@@ -1,7 +1,7 @@
1
import {ClassTransformOptions} from "./ClassTransformOptions";
2
import {TransformOperationExecutor} from "./TransformOperationExecutor";
3
4
-export type ClassType<T> = { new (...args: any[]): T; }
+export type ClassType<T> = { new (...args: any[]): T; };
5
6
export class ClassTransformer {
7
0 commit comments