7 lines
90 B

var bar = {};
bar.apply = function ( object ) {
object.answer = 42;
};
export { bar };