unsplash-js
unsplash-js copied to clipboard
Changed type of Errors object in errors.ts so that project can build …
Compiles and all tests succeed on command 'npm test'
Overview
- Changes type from NonEmptyArray<string> to NonEmptyArray<AnyJson> so that fresh installs can compile/build
- May require further testing but the tests that run with 'npm test' all succeed
- Closes # 213