UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

10 lines (9 loc) 177 B
/** * @file Type Aliases - EmptyString * @module pathe/types/EmptyString */ /** * An empty string (`''`). */ type EmptyString = ''; export type { EmptyString as default };