replugged

    Function byValue

    • Get a module that has the given value on one of its exports

      Parameters

      • match: string | RegExp

        The string to check the value against

      Returns (m: RawModule) => boolean

      const classes = getModule(filters.byValue("container-2sjPya"));
      

      Great for getting a module for a specific class name

    MMNEPVFCICPMFPCPTTAAATR