I have a set of functions defined in a Code Repository (A). Code Repository A has the following structure with my class objectController defined in 'objectController.ts' :
- src
- index.ts
- objectController.ts
How can I use the functions defined in objectController.ts in another Code Repository (B)?