https://github.com/functional-abstraction/type
:clown_face: Type helpers for JavaScript
https://github.com/functional-abstraction/type
agpl javascript types
Last synced: about 1 month ago
JSON representation
:clown_face: Type helpers for JavaScript
- Host: GitHub
- URL: https://github.com/functional-abstraction/type
- Owner: functional-abstraction
- License: agpl-3.0
- Created: 2014-10-12T09:13:02.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:36:39.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:01:41.316Z (over 1 year ago)
- Topics: agpl, javascript, types
- Language: JavaScript
- Homepage: https://functional-abstraction.github.io/type
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:clown_face:
[@functional-abstraction/type](https://functional-abstraction.github.io/type)
==Type helpers for JavaScript.
```js
import {isFunction} from '@functional-abstraction/type';
isFunction(() => {}); // true
```[](https://raw.githubusercontent.com/functional-abstraction/type/main/LICENSE)
[](https://www.npmjs.org/package/@functional-abstraction/type)
[](https://github.com/functional-abstraction/type/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/functional-abstraction/type/network/dependencies)
[](https://github.com/functional-abstraction/type/issues)
[](https://www.npmjs.org/package/@functional-abstraction/type)[](https://codeclimate.com/github/functional-abstraction/type/issues)
[](https://codeclimate.com/github/functional-abstraction/type/trends/churn)
[](https://codecov.io/gh/functional-abstraction/type)
[](https://codeclimate.com/github/functional-abstraction/type/trends/technical_debt)
[](https://functional-abstraction.github.io/type/source.html)
[](https://bundlephobia.com/result?p=@functional-abstraction/type)