UNPKG

@proem/function

Version:

Proem package for function types and composition

12 lines (7 loc) 221 B
# `@proem/function` Proem package for function type aliases and function composition. ## Usage ```ts import { Guard } from '@proem/function' const isString: Guard<any, string> = value => typeof value === 'string' ```