SafeInteger.isPositive
import { SafeInteger } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.1.10/deps.ts";
const { isPositive } = SafeInteger;Determines whether the passed value is a positive safe integer.
function isPositive(test: unknown): boolean;