UNPKG

guox-express

Version:

GuOx: Ultimate enterprise‑grade, AI & WASM‑powered Express security framework

7 lines (6 loc) 149 B
import { Plugin } from '../types'; export function loadAll(plugins:Plugin[]=[], engine:any) { plugins.forEach(p=>{ p.onInit?.(engine); }); }