UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 268 B
import type { Express, Router } from 'express'; import type { Endpoint } from '../config/types'; declare function mountEndpoints(express: Express, router: Router, endpoints: Endpoint[]): void; export default mountEndpoints; //# sourceMappingURL=mountEndpoints.d.ts.map