UNPKG

@backapirest/next

Version:

A simple API framework using Flexible Persistence for Next

4 lines 217 B
import { NextApiRequest, NextApiResponse } from 'next'; declare const requestAllow: (req: NextApiRequest, res: NextApiResponse) => Promise<void>; export default requestAllow; //# sourceMappingURL=requestAllow.d.ts.map