UNPKG

@geek-fun/serverlessinsight

Version:

Full life cycle cross providers serverless application management for your fast-growing business.

10 lines (9 loc) 281 B
import { Context, ServerlessIac } from '../../types'; export declare class RfsStack { private readonly iac; private readonly context; private hcl; constructor(iac: ServerlessIac, context?: Context); toHclTerraform(): string; appendHcl(hcl: string): void; }