API reference › @evolu/common › Type › NegativeDecimalString
const NegativeDecimalString: negativeDecimalString(
NonPositiveDecimalString,
);
Defined in: packages/common/src/Type.ts:7210
Negative DecimalString.
Also satisfies NonPositiveDecimalString, so it can be used wherever a non-positive decimal string is required.