lua-types
lua-types copied to clipboard
Change `assert` to use `AssertFunction` interface.
This allows for interface merging, which enables more flexible type definitions for the luassert/busted library.
It might be worth considering applying this to other functions.