Home > @rushstack/node-core-library > INodePackageJson > exports
INodePackageJson.exports property
The "exports" field is used to specify the entry points for a package. See Node.js documentation
Signature:
exports?: string | string[] | Record<string, null | string | IPackageJsonExports>;