UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (7 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUserKey = void 0; function isUserKey(principalKey) { return principalKey.startsWith('user:'); } exports.isUserKey = isUserKey;