@proem/function
v0.0.23
Published
Proem package for function types and composition
Downloads
4
Maintainers
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'