A simple file sharing site with an easy to use API and online panel.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 строки
114B

  1. const verifyScope = (scope, requiredScope) => scope.indexOf(requiredScope) !== -1;
  2. module.exports = verifyScope;