@jeffmcmahan/type

0.0.2 • Public • Published

Type

Example

import {type} from 'jeffmcmahan/type'

const foo = (id, name, data) => {

    type (id) (Number)
    type (name) (String)
    type (data) (Object, null)

    // ...
}

Readme

Keywords

Package Sidebar

Install

npm i @jeffmcmahan/type

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

1.1 kB

Total Files

3

Last publish

Collaborators

  • jeffmcmahan