//#region src/compat/_internal/Many.d.ts
type Many<T> = T | readonly T[];
//#endregion
export { Many };