Home > @infiniteobjects/core-library > Assert > isNumericId
Checks if the given value is a valid numericID string. Uses the last digit as a check digit
Signature:
static isNumericId(value: unknown): value is string;
Parameter | Type | Description |
---|---|---|
value | unknown |
Returns:
value is string