@douglasneuroinformatics/libnest
    Preparing search index...

    Type Alias NativeDependencyContext

    type NativeDependencyContext = {
        entryPath: string;
        require: ResolvedRequire;
    }
    Index

    Properties

    Properties

    entryPath: string

    Absolute path of the resolved module that pulled the dependency into the bundle.

    require: ResolvedRequire

    A require rooted at NativeDependencyContext.entryPath.