StringEx.SafeInteger.isNegativeSafeInteger
import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.5/deps.ts";
const { isNegativeSafeInteger } = StringEx.SafeInteger;
function isNegativeSafeInteger(test: unknown): boolean;