Would be nice to have `.either` as a delimiter and `.or` as finalizer of assertion chain. Something like: ``` .to.be.equal('five').either.an('object').or.a('number') ``` There could be just one `.or`. And as many as need `.eithers`. What you say?