UNPKG

@flex-development/tutils

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