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