Variable default

default: {
    Builders: Builders;
    Collectors: Collectors;
    Command: ((options) => ((target, key, descriptor) => void));
    Context: typeof Context;
    ContextMenu: ((component) => ((target, key, descriptor) => PropertyDescriptor));
    Cooldowns: typeof Cooldowns;
    Core: typeof Core;
    Dispatch: ((target, key, descriptor) => PropertyDescriptor);
    Erine: typeof Erine;
    Errors: Errors;
    Event: ((target, key, descriptor) => PropertyDescriptor);
    Fold: typeof Fold;
    Group: ((options) => ((target, key, descriptor) => void));
    HelpCommand: typeof HelpCommand;
    Maker: typeof Maker;
    Param: (<T>(bucket, ops) => ((target, key, descriptor) => void));
    ParamType: typeof ParamType;
    Plugins: Plugins;
}

Type declaration

  • Builders: Builders
  • Collectors: Collectors
  • Command: ((options) => ((target, key, descriptor) => void))
      • (options): ((target, key, descriptor) => void)
      • Parameters

        Returns ((target, key, descriptor) => void)

          • (target, key, descriptor): void
          • Parameters

            • target: any
            • key: string
            • descriptor: PropertyDescriptor

            Returns void

  • Context: typeof Context
  • ContextMenu: ((component) => ((target, key, descriptor) => PropertyDescriptor))
      • (component): ((target, key, descriptor) => PropertyDescriptor)
      • Parameters

        Returns ((target, key, descriptor) => PropertyDescriptor)

          • (target, key, descriptor): PropertyDescriptor
          • Parameters

            • target: any
            • key: string
            • descriptor: PropertyDescriptor

            Returns PropertyDescriptor

  • Cooldowns: typeof Cooldowns
  • Core: typeof Core
  • Dispatch: ((target, key, descriptor) => PropertyDescriptor)
      • (target, key, descriptor): PropertyDescriptor
      • Parameters

        • target: any
        • key: string
        • descriptor: PropertyDescriptor

        Returns PropertyDescriptor

  • Erine: typeof Erine
  • Errors: Errors
  • Event: ((target, key, descriptor) => PropertyDescriptor)
      • (target, key, descriptor): PropertyDescriptor
      • Parameters

        • target: any
        • key: string
        • descriptor: PropertyDescriptor

        Returns PropertyDescriptor

  • Fold: typeof Fold
  • Group: ((options) => ((target, key, descriptor) => void))
      • (options): ((target, key, descriptor) => void)
      • Parameters

        Returns ((target, key, descriptor) => void)

          • (target, key, descriptor): void
          • Parameters

            • target: any
            • key: string
            • descriptor: PropertyDescriptor

            Returns void

  • HelpCommand: typeof HelpCommand
  • Maker: typeof Maker
  • Param: (<T>(bucket, ops) => ((target, key, descriptor) => void))
      • <T>(bucket, ops): ((target, key, descriptor) => void)
      • Type Parameters

        • T extends keyof ParamOptions

        Parameters

        • bucket: T
        • ops: ParamOptions[T]

        Returns ((target, key, descriptor) => void)

          • (target, key, descriptor): void
          • Parameters

            • target: any
            • key: string
            • descriptor: PropertyDescriptor

            Returns void

  • ParamType: typeof ParamType
  • Plugins: Plugins

Generated using TypeDoc