UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

4 lines (3 loc) 187 B
import { type Middleware } from 'koa'; import { type Options } from '../../../index.js'; export declare function createSecurityHandler({ getApp, getSecurityEmail }: Options): Middleware;