Verifies if the input data is a valid number
parseFloat()
in stead of parseInt()
'use strict';
thorin.validate('NUMBER', 'inputString', {
min: 10,
max: 100,
float: true,
string: false
});
You can always create a new issue on GitHub or contact one of the core founders by chat.