UNPKG

roadhog-extra

Version:

Cli tool for serve and build react app, based on create-react-app, support JSON pattern config.

15 lines (12 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (stats, fn) { if (stats && Array.isArray(stats)) { return stats.map(fn); } else { return fn(stats); } }; module.exports = exports["default"];