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.

/funny-contains/

    Package Sidebar

    Install

    npm i funny-contains

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • goblindegook