UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

10 lines (9 loc) 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAAIDFromARI = exports.USER_ARI_PREFIX = void 0; var USER_ARI_PREFIX = exports.USER_ARI_PREFIX = 'ari:cloud:identity::user/'; var getAAIDFromARI = exports.getAAIDFromARI = function getAAIDFromARI(ari) { return ari.replace(USER_ARI_PREFIX, ''); };