Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModule

Hierarchy

  • IModule

Index

Constructors

constructor

  • new IModule(name: string): any

Properties

_cache

_cache: object

Type declaration

  • [file: string]: any

_compile

_compile: function

Type declaration

    • (): void
    • Returns void

_extensions

_extensions: __type

_nodeModulePaths

_nodeModulePaths: function

Type declaration

    • (filename: string): string[]
    • Parameters

      • filename: string

      Returns string[]

_resolveFilename

_resolveFilename: function

Type declaration

    • (file: string, context: any): string
    • Parameters

      • file: string
      • context: any

      Returns string

require

require: function

Type declaration

    • (file: string): NodeModule
    • Parameters

      • file: string

      Returns NodeModule

wrap

wrap: function

Type declaration

    • (content: string): string
    • Parameters

      • content: string

      Returns string

Generated using TypeDoc