ovotech / castle

Framework for building Kafka and avro based apps in typescript
Other
77 stars 19 forks source link

Fix long import #147

Open stephen-harris opened 11 months ago

stephen-harris commented 11 months ago

Changes import to align with guidance: https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require

Fixes #146