package-json-type
    Preparing search index...

    Interface IExportsMap

    Package exports map for the exports field. Defines entry points of a package when imported by name.

    {
    "exports": {
    ".": "./index.js",
    "./feature": "./src/feature.js",
    "./package.json": "./package.json"
    }
    }

    Indexable

    • [path: string]: string | IConditionalExport | null

      Maps subpath patterns to file paths or conditional exports. Use null to restrict access to a subpath.