Function: createVendorRegistry()¶
createVendorRegistry(
vendorDir):VendorRegistry
Defined in: resolver/src/vendor-registry.ts:89
Create a VendorRegistry backed by the given directory.
Parameters¶
vendorDir¶
string
Absolute path to the vendor directory
Returns¶
VendorRegistry instance