UNPKG

@ic-wallet-kit/hpl

Version:
9 lines (8 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPrincipalGroupsQty = void 0; const getPrincipalGroupsQty = (principal) => { const groups = principal.split("-"); return groups.length; }; exports.getPrincipalGroupsQty = getPrincipalGroupsQty;