On this page




createFilename(module, options, { requestShortener, chunkGraph, hashFunction }): string
Attributes
moduleFilenameTemplate:<string> | <object>
namespace:<string>
chunkGraph:<ChunkGraph>
hashFunction:<string> | <Hash>
requestShortener:
{RequestShortener}
Returns:<string>





matchObject(obj, str): boolean
Attributes

matchPart(str, test): boolean
Attributes
test:
{Matcher}
Returns:<boolean>














replaceDuplicates(array, fn, comparator?): void