Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg authored Jan 16, 2025
1 parent 095b82c commit 7f12c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Alternatively, you can pass an `InjectTransformer` to tidy up more extensive use
import {InjectTransform, InjectTransformer} from 'nestjs-inject-transformer';
import {TransformFnParams} from "class-transformer";

@Injectable()
export class MyTransformer implements InjectTransformer {
constructor(
private readonly dep1: Dependency1,
Expand Down

0 comments on commit 7f12c1a

Please sign in to comment.