LocalFaastModule type
The return type of faastLocal(). See FaastModuleProxy.
Signature:
export type LocalFaastModule<M extends object = object> = FaastModuleProxy<M, LocalOptions, LocalState>;
References: FaastModuleProxy, LocalOptions
The return type of faastLocal(). See FaastModuleProxy.
Signature:
export type LocalFaastModule<M extends object = object> = FaastModuleProxy<M, LocalOptions, LocalState>;
References: FaastModuleProxy, LocalOptions