mirror of
https://github.com/knex/knex.git
synced 2025-09-26 16:48:29 +00:00

The liberal use of `any` is frowned upon by some default tslint configurations. That combined with the fact the these functions don't need to return anything, makes it reasonable to use `void` over `any` for the return type.