matchesName
Constructs and returns a function that filters ModuleScript if it matches a
given name. Often paired with loadChildren
and
loadDescendants
as you will frequently filter by name.
Parameters
name : string
The name to filter with.
Returns
A predicate function that filters module if it matches the name.