UNPKG

@t3ned/channel

Version:

Ergonomic, chaining-based Typescript framework for quick API development for Fastify

8 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrayify = void 0; const arrayify = (value) => { return Array.isArray(value) ? value : [value]; }; exports.arrayify = arrayify; //# sourceMappingURL=arrayify.js.map