funny-contains

1.0.3 • Public • Published

contains

Simple modules for functional programming, done for fun.

Usage

import contains from 'funny-contains'
 
contains(1, [1, 2, 3]) // true
contains(4, [1, 2, 3]) // false

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.

Package Sidebar

Install

npm i funny-contains

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • goblindegook