lua-types icon indicating copy to clipboard operation
lua-types copied to clipboard

Change `assert` to use `AssertFunction` interface.

Open GlassBricks opened this issue 3 years ago • 0 comments

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.

GlassBricks avatar Jul 11 '22 22:07 GlassBricks