UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

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

13 lines (12 loc) 212 B
/** * @since 0.2.0 */ import { prism } from '.'; /** * @since 0.2.0 */ export var isInteger = function (n) { return Number.isInteger(n); }; /** * @since 0.2.0 */ export var prismInteger = prism(isInteger);