UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

8 lines (7 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.guard = void 0; function guard(F, P) { return function (b) { return (b ? P.of(undefined) : F.zero()); }; } exports.guard = guard;