Returns the difference between two numbers. A or B can only support -999 ~ 999.
A
B
-999
999
Copied from the Subtract type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).
Subtract
type-fest
type-checks.ts
@augment-vir/common
Returns the difference between two numbers.
AorBcan only support-999~999.Copied from the
Subtracttype in thetype-festpackage so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).