@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
12 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSignUpResponse = exports.isUserProfile = void 0;
function isUserProfile(object) {
return object.uuid !== undefined;
}
exports.isUserProfile = isUserProfile;
function isSignUpResponse(object) {
return object.uuid !== undefined;
}
exports.isSignUpResponse = isSignUpResponse;
//# sourceMappingURL=userProfile.js.map