UNPKG

@stryke/convert

Version:

A utility package that helps convert between different data types.

9 lines (8 loc) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toArray = toArray; function toArray(r) { return r = r ?? [], Array.isArray(r) ? r : [r]; }