Skip to main content

Kea-TypeGen 0.7: Auto Imports

ยท One min read
Marius Andra

TypeScript support in Kea just got a boost! Starting with kea-typegen 0.7.0 we also:

  • Automatically add import { logicType } from './logicType' in logic files.
  • Automatically add the logicType type to kea<logicType>().
  • Separate changed files in the log with ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ!
Auto Import Logic Type

Questions & Answers