UNPKG

guox-express

Version:

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

9 lines (7 loc) 242 B
import { Express } from 'express'; import GuOx from './core/GuOx'; /** Tek satır enterprise‑grade başlatma */ export default function initGuOx(app: Express, options: any = {}) { const engine = new GuOx(options); engine.apply(app); }