interface RequireExtensions {
    ".js": (module: Module, filename: string) => any;
    ".json": (module: Module, filename: string) => any;
    ".node": (module: Module, filename: string) => any;
    [key: string]: undefined | (module: Module, filename: string) => any;
}

Hierarchy (View Summary, Expand)

  • Dict<(module: Module, filename: string) => any>
    • RequireExtensions

Indexable

  • [key: string]: undefined | (module: Module, filename: string) => any

Properties

".js": (module: Module, filename: string) => any
".json": (module: Module, filename: string) => any
".node": (module: Module, filename: string) => any
MMNEPVFCICPMFPCPTTAAATR