UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.

8 lines (7 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.altAll = void 0; function altAll(F) { return function (startWith) { return function (as) { return as.reduce(function (acc, a) { return F.alt(acc, function () { return a; }); }, startWith); }; }; } exports.altAll = altAll;