UNPKG

monorepo-shared-assets

Version:

Shared assets used by various packages from nodemonorepo

9 lines 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function* map(iterable, fn) { for (const x of iterable) { yield fn(x); } } exports.default = map; //# sourceMappingURL=index.js.map