Skip to content

Commit

Permalink
fix: exporting isRelationshipObject
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus committed Dec 9, 2024
1 parent c523571 commit a3fc678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/serializers/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export * from './getMetadataBySymbol';
export * from './collect';
export * from './clean';
export * from './isObject';
export * from './isRelationshipObject';
export * from './isResourceIdentifierObject';
export * from './isResourceLinkage';
export * from './isResourceLinkage';

0 comments on commit a3fc678

Please sign in to comment.