API reference › @evolu/common › Type › NegativeDecimalString
type NegativeDecimalString = string &
Brand<"DecimalString"> &
Brand<"NonPositiveDecimalString"> &
Brand<"NegativeDecimalString">;
Defined in: packages/common/src/Type.ts:7216
Negative DecimalString.
Also satisfies NonPositiveDecimalString, so it can be used wherever a non-positive decimal string is required.