UNPKG

@opengis/fastify-table

Version:

core-plugins

10 lines 210 B
export default function json2xls({ json }: { json: any; }): Promise<{ resultBuffer: any; err?: undefined; } | { err: any; resultBuffer?: undefined; }>; //# sourceMappingURL=json2xls.d.ts.map