Skip to content

Commit

Permalink
Exposing isError (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero authored Apr 19, 2024
1 parent 82ba8c6 commit f716588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 22 February 2024
- * add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103)
- - add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103)
- Add automerge [`7507cb0`](https://github.com/lokalise/node-core/commit/7507cb0c33b87690c96ebf18c52983371755bd26)

#### [v9.9.0](https://github.com/lokalise/node-core/compare/v9.8.1...v9.9.0)
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export {
} from './src/utils/objectUtils'

export {
isError,
isInternalError,
isStandardizedError,
isObject,
Expand Down

0 comments on commit f716588

Please sign in to comment.