const drinks = {
Cocoa: 'Cocoa',
inner: {
current: [ 'Matcha' ]
},
hello: 'Cappuccino'
};
export const {
Cocoa,
current: [ Matcha ]
hello: Cappuccino
} = drinks;