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

Commit 33af31d

Browse files
authored
Merge pull request #236 from nvdnkpr/fixes-utils-export
Fixes utils export
2 parents 6787118 + e9e45af commit 33af31d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"prettier": {
4444
"printWidth": 80,
4545
"semi": true,
46+
"endOfLine": "auto",
4647
"singleQuote": true,
4748
"trailingComma": "es5"
4849
},

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './automapper.module';
22
export * from './interfaces';
3+
export * from './utils';
34
export * from './decorators';
45
export {
56
AutoMapper,

src/utils/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export * from './getMapperToken';
2+
export * from './getWithMapperArgs';
3+
export * from './mapperMap';
4+
export * from './profileMap';

0 commit comments

Comments
 (0)