/** * @file Type Aliases - EmptyString * @module kronk/types/EmptyString */ /** * An empty string. */ type EmptyString = ''; export type { EmptyString as default };