1.1.8 • Published 6 years ago

@extra-object/includes v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Check if value is present in object, like Array.includes().

const includes = require('@extra-object/includes');
// includes(<object>, <search value>)

var a = {a: 'fight', b: 'flight'};
includes(a, 'thought');
// false
includes(a, 'fight');
// true

extra-object

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago