In match, we never validate the input, so if the input is a non-string it'll fail. [(Relevant source.)](https://github.com/websdk/rhumb/blob/46969a11b222ce0527828fc723c2a914bb8f0372/src/rhumb.js#L113) There's little we can do about crappy input, _but_ we should: - Assert that the input is a string - If not, throw meaningful errors