A simple file sharing site with an easy to use API and online panel.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

4 satır
114B

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