UNPKG

unconfig

Version:

A universal solution for loading configurations.

8 lines (7 loc) 231 B
//#region ../../node_modules/.pnpm/@antfu+utils@9.3.0/node_modules/@antfu/utils/dist/index.mjs function toArray(array) { array = array ?? []; return Array.isArray(array) ? array : [array]; } //#endregion export { toArray as t };