utilitte/asserts

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

Maintainers

Package info

github.com/utilitte/asserts

pkg:composer/utilitte/asserts

Statistics

Installs: 482

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-13 20:25:50 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