Object.keys( object ); class Component { constructor() { } } const component = new Component();
console.log( 'hi!' );