Creates a filter function that checks if a module's exported values match a given string or regular expression.
A string or regular expression to match against the module's exported values.
A function for filtering modules based on their exported values.
const classes = getModule(filters.byValue("container_c48ade")); Copy
const classes = getModule(filters.byValue("container_c48ade"));
Creates a filter function that checks if a module's exported values match a given string or regular expression.