UNPKG

nginx-testing

Version:

Support for integration/acceptance testing of nginx configuration.

10 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrify = void 0; function arrify(value) { return value == null ? [] : Array.isArray(value) ? value : [value]; } exports.arrify = arrify; //# sourceMappingURL=utils.js.map