UNPKG

@arc-publishing/sdk-identity

Version:
7 lines 202 B
export function isUserProfile(object) { return object.uuid !== undefined; } export function isSignUpResponse(object) { return object.uuid !== undefined; } //# sourceMappingURL=userProfile.js.map