Empty array, object or string.
Union type of EmptyArray, EmptyRecord and EmptyString, to signify values that are empty.
const emptyString: Empty = "";const emptyArray: Empty = [];const emptyRecord: Empty = {}; Copy
const emptyString: Empty = "";const emptyArray: Empty = [];const emptyRecord: Empty = {};
Empty array, object or string.
Remarks
Union type of EmptyArray, EmptyRecord and EmptyString, to signify values that are empty.
Example
See