replugged

    Function byValue

    • Creates a filter function that checks if a module's exported values match a given string or regular expression.

      Parameters

      • match: string | RegExp

        A string or regular expression to match against the module's exported values.

      Returns (m: RawModule) => boolean

      A function for filtering modules based on their exported values.

      const classes = getModule(filters.byValue("container_c48ade"));
      
    MMNEPVFCICPMFPCPTTAAATR