UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

6 lines (5 loc) 235 B
import { type Middleware } from 'koa'; import { type Options } from '../../types.js'; export declare const bulmaURL: string; export declare const faURL: string; export declare function createIndexHandler(options: Options): Middleware;