UNPKG

@opengis/fastify-table

Version:

core-plugins

7 lines 289 B
import type { ExtendedPG } from "../../../types/core.js"; import type { FastifyReply } from "fastify"; export default function file2geojson({ pg, body, }: { pg: ExtendedPG; body: Record<string, any>; }, reply: FastifyReply): Promise<any>; //# sourceMappingURL=file2geojson.d.ts.map