UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
src
/
deps
/
conditional
/
includes
/
README.md
11 lines
(9 loc)
•
240 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@description
* pass in a string to compare to an array of strings * *
@example
*
//
can is in canada, so yes. * stringContainsAnyOf(
'canada'
, [
'eh'
,
'can'
]) *
/ https:/
/github.com/andr
ewplummer/Sugar/blob/master/lib/es7.js
#L23