UNPKG

smp-serverless-utils

Version:

Utilities for working with GCP Storage, file handling, and PDF/SVG conversions

3 lines (2 loc) 196 B
import { Request, Response } from "express"; export declare const handleExportStory: (pageUrl: string) => (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;