Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 348 Bytes

faastjs.provider.md

File metadata and controls

18 lines (13 loc) · 348 Bytes
id title hide_title
faastjs.provider
Provider type
true

faastjs > Provider

Provider type

The type of all supported cloud providers.

Signature:

export type Provider = "aws" | "local";