1.1.8 • Published 7 years ago

@extra-object/includes v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 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