aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/index.js
blob: 28cfbba144b36483df71fe74631e16b0eebe2bd6 (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdium =>
  class Grammarly extends Ferdium {
    async validateUrl() {
      return true;
    }
  };