UNPKG

shellcheck

Version:

Wrapper to download shellcheck

6 lines (5 loc) 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrayOfAll = void 0; const arrayOfAll = () => (array) => array; exports.arrayOfAll = arrayOfAll;