UNPKG

presta

Version:

Hyper minimal framework for the modern web.

4 lines (3 loc) 187 B
import { Config } from './config'; export declare function slugify(filename: string): string; export declare function outputLambdas(inputs: string[], config: Config): [string, string][];