CommonValidatorFunctions.isNonEmptyString()
Home > @backstage/catalog-model
> CommonValidatorFunctions
> isNonEmptyString
Checks that the value is a string value that's not empty.
Signature:
static isNonEmptyString(value: unknown): value is string;
Parameters
Parameter |
Type |
Description |
---|---|---|
value |
unknown |
The value to check |
value is string