Skip to content

Commit

Permalink
Add Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Jul 30, 2022
1 parent 2f24b8e commit 76b6364
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/services/instatus/deno.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import InstatusService from '../base/instatus'

class Deno extends InstatusService {
constructor() {
super('Deno', 'https://denostatus.com')
}
}

export default Deno

0 comments on commit 76b6364

Please sign in to comment.