@tanzanite/discord-akairo
    Preparing search index...

    Type Alias LoadPredicate

    LoadPredicate: (filepath: string) => boolean

    Function for filtering files when loading. True means the file should be loaded.

    Type declaration

      • (filepath: string): boolean
      • Parameters

        • filepath: string

          Filepath of file.

        Returns boolean