replugged

    Function byStoreName

    • Creates a filter function to find a module by its store name.

      Parameters

      • name: string

        The name of the store to match.

      Returns (m: RawModule) => boolean

      A function for filtering module by store name.

      const UserStore = getModule(filters.byStoreName("UserStore"));
      
    MMNEPVFCICPMFPCPTTAAATR