@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'Proem package for function types and composition
@proem/functionProem package for function type aliases and function composition.
import { Guard } from '@proem/function'
const isString: Guard<any, string> = value => typeof value === 'string'