mirror of
https://github.com/Foltik/Shimapan
synced 2024-12-03 10:59:13 -05:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
const verifyScope = (scope, requiredScope) => scope.indexOf(requiredScope) !== -1;
|
|
|
|
module.exports = verifyScope;
|