UNPKG

@webfaas/webfaas-core

Version:

WebFaaS Framework - Core

9 lines (8 loc) 174 B
/** * Config */ export declare class PackageStoreCacheMemoryConfig { maxMemory: number; maxEntry: number; constructor(maxMemory?: number, maxEntry?: number); }