UNPKG

@opengis/fastify-table

Version:

core-plugins

9 lines 196 B
declare function checkXSS({ body, schema }: any): { body: any; error?: undefined; } | { error: string; body: any; }; export default checkXSS; //# sourceMappingURL=checkXSS.d.ts.map