const MultipleColorFeetDuck = orangeFeetMixin(blueFeetMixin(Duck))
const duckInstance = new MultipleColorFeetDuck()
// returns 'orange'
duckInstance.getFeatherColours()
view raw index.tsx hosted with ❤ by GitHub