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