Refactor to typescript
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
declare function githubWebhook(): boolean;
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
function githubWebhook() {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user