Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @pengine/types

Index

Type aliases

Type aliases

Constructor<T>: new (...args: any[]) => T

Type parameters

  • T

Type declaration

    • new (...args: any[]): T
    • Defines the type for a class constructor

      Parameters

      • Rest ...args: any[]

      Returns T

Generated using TypeDoc