contract

A function argument type-checker.

$ luarocks install contract

This module checks whether or not arguments passed to a function satisfy a specified contract string. These strings define the argument type requirements for a given function using a custom mini-language. For example, "rt,n|s" represents a contract of one required table argument and one optional argument that can be either a number or a string.

Versions

1.2-13 years ago57 downloads
1.1-23 years ago31 downloads
1.1-14 years ago86 downloads
1.0-14 years ago(revision: 2)35 downloads
0.2-14 years ago(revision: 2)42 downloads

Dependencies

lua >= 5.1

Manifests