UNPKG

@flex-development/tutils

Version:
12 lines (9 loc) 193 B
/** * @file Type Definitions - EmptyString * @module tutils/types/EmptyString */ /** * Type representing an empty string. */ type EmptyString = '' export { type EmptyString as default }