//#region src/_util/toList.d.ts declare function toList(candidate: T | T[], skipEmpty?: boolean): T[]; //#endregion export { toList as default };