UNPKG

event-local

Version:

Event client

7 lines (6 loc) 188 B
export function ApiLocalInit(app) { if (Array.isArray(global.API_CHANNEL)) for (let api of global.API_CHANNEL) { app[api.method.toLowerCase()](api.url, api.callback) } }