Is there a filter for enqueue script to strip the type=”text/javascript” property
This is hardcoded in WP_Scripts->do_item() method ( source ) and probably same for styles. So it cannot be filtered. As alternative you can extend class with modified version of this method and replace instance in global $wp_scripts variable.