6 lines
94 B

import thing from './thing';
var object = {};
thing.mutate( object );
export default object;