UNPKG

mana-common

Version:

Common utils for mana

14 lines (11 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toArray = toArray; function toArray(v) { if (Array.isArray(v)) { return v; } return [v]; }