faastjs.localfaastmodule.md

April 11, 2023 ยท View on GitHub

faastjs > LocalFaastModule

LocalFaastModule type

The return type of faastLocal(). See FaastModuleProxy.

Signature:

export type LocalFaastModule<M extends object = object> = FaastModuleProxy<M, LocalOptions, LocalState>;

References: FaastModuleProxy, LocalOptions