Home > types > PackageJson > ExportCondition
Conditions which provide a way to resolve a package entry point based on the environment.
Signature:
export type ExportCondition = LiteralUnion<
| 'import'
| 'require'
| 'node'
| 'deno'
| 'browser'
| 'electron'
| 'react-native'
| 'default',
string
>;
References: LiteralUnion