UNPKG

faastjs

Version:

Serverless batch computing made simple.

8 lines (7 loc) 255 B
import { WrapperOptions } from "./wrapper"; export interface LoaderOptions { trampolineFactoryModule: string; functionModule: string; wrapperOptions: WrapperOptions; } export default function webpackLoader(this: any, _source: string): string;