ecr-viewer
    Preparing search index...

    Interface RequireExtensions

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

    Hierarchy (View Summary)

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

    Indexable

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

    Properties

    Properties

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