ddneat / tropic

🍍 Test Runner Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tropic misses an index.d.ts

ddneat opened this issue · comments

Proper typescript type annotations should be added to the repository to enable TS developers easy onboarding.

  • index.d.ts added
  • README.md includes typescript usage example

Current hotfix solution:

echo "declare module 'tropic';" >> node_modules/tropic/index.d.ts