mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
TypeScript types
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export default function isDev(devList, authorID){
|
||||
export default function isDev(devList : any, authorID : any){
|
||||
let response = false;
|
||||
Object.keys(devList).forEach(function(oneDev) {
|
||||
let devID = devList[oneDev];
|
||||
|
Reference in New Issue
Block a user