@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/function
Proem package for function type aliases and function composition.
import { Guard } from '@proem/function'
const isString: Guard<any, string> = value => typeof value === 'string'
npm i @proem/function
0
0.0.23
MIT
3.44 kB
9