mirror of
https://github.com/Foltik/Shimapan
synced 2025-04-02 08:31:32 -04:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
const verifyScope = (scope, requiredScope) => scope.indexOf(requiredScope) !== -1;
|
|
|
|
module.exports = verifyScope;
|