isPositiveNumber
import { isPositiveNumber } from "https://raw.githubusercontent.com/i-xi-dev/number.es/6.0.0/src/main.ts";Determines whether the test is a positive number.
function isPositiveNumber(test: unknown): boolean;
import { isPositiveNumber } from "https://raw.githubusercontent.com/i-xi-dev/number.es/6.0.0/src/main.ts";Determines whether the test is a positive number.