Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IPackageJsonExports > default

IPackageJsonExports.default property

This export matches as a fallback when no other conditions match. Because exports are evaluated in the order that they are specified in the package.json file, this condition should always come last as no later exports will match if this one does.

Signature:

default?: string | IPackageJsonExports;