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

Commit 7fa616d

Browse files
committed
fix: export naming conventions from automapper
1 parent df11af6 commit 7fa616d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ export {
1515
ignore,
1616
fromValue,
1717
mapDefer,
18+
CamelCaseNamingConvention,
19+
PascalCaseNamingConvention,
20+
SnakeCaseNamingConvention,
21+
NamingConvention,
1822
} from '@nartc/automapper';

0 commit comments

Comments
 (0)