lists-includes
Check if value is present in lists, like Array.includes().
Check if value is present in lists, like Array.includes().
A simple pre-processor for building sql from multiple files.
standalone AsyncAF package: reduceAF (https://async-af.js.org/AsyncAF#reduceAF)
standalone AsyncAF package: indexOfAF (https://async-af.js.org/AsyncAF#indexOfAF)
Gitlab influenced way of composing yaml files by using include keyword
include npm pakeges
Dependencies aware incremental building for gulp
A collection of common string functions.
includes() for old browser, in typescript.
Check if value is present in object, like Array.includes().
Check if only value is present in array.
Determine if an item is contained in a list.
package to hold polyfills to make js features cross browser compatibility
A tiny, faster alternative to native Array.prototype.includes
standalone AsyncAF package: concatAF (https://async-af.js.org/AsyncAF#concatAF)
standalone AsyncAF package: splitAF (https://async-af.js.org/AsyncAF#splitAF)
standalone AsyncAF package: includesAF (https://async-af.js.org/AsyncAF#includesAF)
standalone AsyncAF package: filterAF (https://async-af.js.org/AsyncAF#filterAF)
standalone AsyncAF package: lastIndexOfAF (https://async-af.js.org/AsyncAF#lastIndexOfAF)
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.