4 lines
81 B

var obj = { foo: 1, bar: 2 };
var keys = Object.keys( obj );
export default 42;