v0.4.0
Do not runtime error when returning [object Module] defaults. This relates to read-only, spread-imported definitions.
For example, mocking the following script previously resulted in an error (not anymore),
import * as fsmod from 'fs';
export default fsmod;