@nicolawealth/error_to_string
v0.0.2
Published
  where e is the error provided.
If e is an instance of type Error then the function will return a string in the format errorName: message where errorName and message correspond to the name and message properties of the Error object.
If e is not an instance of type Error then the function will return the contents of e as a string.
Testing
Tests can be found in error_to_string.test.ts located in error_to_string/src and should be run with sinon, mocha and nyc.
