UNPKG

serverless-offline-edge-lambda

Version:

A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline.

6 lines (5 loc) 148 B
interface ClearModuleOpts { cleanup: boolean; } export declare const clearModule: (filePath: string, opts: ClearModuleOpts) => void; export {};