Class: MissingDefaultExportError
Defined in: errors/missing-default-export-error.ts:4
The config file has no default export, or it is not a config.
Extends
Constructors
Constructor
constructor(file: string);Defined in: errors/missing-default-export-error.ts:7
Properties
name
name: string;Defined in: errors/missing-default-export-error.ts:5