repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git]
/
shared
/
is-gitlab-security-descriptor-type.js
blob
f87cb5c298302fa1a3be99ebb84ff4795dba9018
1
'use strict'
;
2
3
function
isGitlabSecurityDescriptorType
(
type
) {
4
return
type
===
'GL_GROUP'
||
type
===
'GL_PROJECT'
||
type
===
'GL_USER'
;
5
}
6
7
module
.
exports
=
isGitlabSecurityDescriptorType
;