@proem/function
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

@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'

Package Sidebar

Install

npm i @proem/function

Weekly Downloads

1

Version

0.0.23

License

MIT

Unpacked Size

3.44 kB

Total Files

9

Last publish

Collaborators

  • murtsi