Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Module

Hierarchy

  • Module

Index

Constructors

constructor

  • new Module(game: Game, id: string, path: string): Module
  • Parameters

    • game: Game
    • id: string
    • path: string

    Returns Module

Properties

Private _dirname

_dirname: string

Private _g

Private _virtualDirname

_virtualDirname: string

children

children: Module[]

exports

exports: any

filename

filename: string

id

id: string

loaded

loaded: boolean

parent

parent: Module

paths

paths: string[]

require

require: function

Type declaration

    • (path: string): any
    • Parameters

      • path: string

      Returns any

Generated using TypeDoc