Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@proem/function

wunderdogsw22MIT0.0.23TypeScript support: included

Proem package for function types and composition

ts, typescript, function, functional, lambda, proem

readme

@proem/function

Proem package for function type aliases and function composition.

Usage

import { Guard } from '@proem/function'

const isString: Guard<any, string> = value => typeof value === 'string'