UNPKG

@vtex/api

Version:
6 lines (5 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toArray = void 0; const toArray = (x) => Array.isArray(x) ? x : [x]; exports.toArray = toArray;