When creating a library it is a common practice to create a separate index.ts file to re-export all the library functionality. Here is an example: https://github.com/kubk/mobx-log/blob/master/src/index.ts
When creating a library it is a common practice to create a separate index.ts file to re-export all the library functionality. Here is an example: https://github.com/kubk/mobx-log/blob/master/src/index.ts