webpack-entries-globber
Glob directories for entry files and also watch them for changes
Glob directories for entry files and also watch them for changes
Indicators for entries
Returns an iterator of the key-value pairs of an Object, Map, Array, or Typed Array.
Check if two entries are equal.
Check if all values in entries satisfy the test, like Array.every().
Extra methods for entries.
Extra methods for entries (browserified, minified).
Get first value in entries that satisfies the test, like Array.find().
Get all values in entries that satisfy the test, like Array.find().
Get indices of all values in entries that satisfy the test, like Array.findIndex().
Get index of first value that satisfies the test, like Array.findIndex().
Get last value in entries that satisfies the test, like Array.find().
Get index of last value in entries that satisfies the test, like Array.findIndex().
Call function for each value, like Array.forEach().
Check if value is included in entries, like Array.includes().
Get first index of value in entries, like Array.indexOf().
Get indices of all values equal to specified value, like Array.indexOf().
Check if value is entries.
Join values of entries into string, like Array.join().
Get keys from entries, like Object.keys().