if ( options.exportVar !== null ) {

    if ( EXPORT_VAR_FORMATS.indexOf( options.format ) === -1 ) {

        abort( `Can't use the -e/--export-var option with the "${ options.format }" module format.` );