UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

4 lines (3 loc) 194 B
import { type Options } from '@appsemble/node-utils'; import { type Middleware } from 'koa'; export declare function createScreenshotHandler({ getApp, getAppScreenshots }: Options): Middleware;