UNPKG

next-secure-headers

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