Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slight improvements to the generated index.cts boilerplate:
- use a wrapper type instead of a string subtype as the example wrapper logic, for clarity - use `declare module` for a better suggested style of interacting with the addon (to avoid the any type)
- Loading branch information