Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Remove `classes.ts` file #530

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

No functional changes, just an engineering change. The classes.ts file does nothing but import and re-export various classes. This PR removes that file and imports the classes from their files directly instead.