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

Commit 8de3343

Browse files
author
Per Kristian Kummermo
committed
feat(main): add doc typings
1 parent 1c4c44a commit 8de3343

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ export * from "./Config";
55
export * from "./Mappers";
66
export * from "./Typings";
77

8+
/**
9+
* Create a new instance of a DataMapperChain.
10+
* @param newDataMapperChainParams DataMapperChain configuration object
11+
*/
812
export const create = (newDataMapperChainParams: IDataMapperChainConfig = {}): DataMapperChain => {
913
return new DataMapperChain(newDataMapperChainParams);
1014
};

0 commit comments

Comments
 (0)