Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
fix: export naming conventions from automapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 22, 2020
1 parent df11af6 commit 7fa616d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ export {
ignore,
fromValue,
mapDefer,
CamelCaseNamingConvention,
PascalCaseNamingConvention,
SnakeCaseNamingConvention,
NamingConvention,
} from '@nartc/automapper';

0 comments on commit 7fa616d

Please sign in to comment.