utilitte/asserts

There is no license information available for the latest version (v1.3.1) of this package.

v1.3.1 2022-07-13 12:47 UTC

This package is auto-updated.

Last update: 2024-04-13 16:18:38 UTC


README

type accepts returns
floatish 10, 15.5, '14', '14.1', '14.0' all float
integerish 10, 15.5, '14', '14.1', '14.0' all int
numeric 10, 15.5, '14', '14.1', '14.0' int, float, string, string, string
number 10, 15.5, '14', '14.1', '14.0' int, float, int, float, int