UNPKG

unplugin-ast

Version:

Manipulate the AST to transform your code.

9 lines (8 loc) 251 B
//#region node_modules/.pnpm/@antfu+utils@9.2.0/node_modules/@antfu/utils/dist/index.mjs function toArray(array) { array = array ?? []; return Array.isArray(array) ? array : [array]; } const VOID = Symbol("p-void"); //#endregion export { toArray };