/** * @file Type Aliases - EmptyString * @module pathe/types/EmptyString */ /** * An empty string (`''`). */ type EmptyString = '' export type { EmptyString as default }