UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

18 lines (17 loc) 445 B
import * as Se from './Semigroup'; // ------------------------------------------------------------------------------------- // instances // ------------------------------------------------------------------------------------- /** * @category instances * @since 2.11.0 */ export var Semigroup = Se.constant(undefined); /** * @category instances * @since 2.11.0 */ export var Monoid = { concat: Semigroup.concat, empty: undefined };