UNPKG

@geek-fun/serverlessinsight

Version:

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

6 lines (5 loc) 212 B
import { stopLocal } from './localServer'; import { ServerlessIac } from '../../types'; export * from './event'; export { stopLocal }; export declare const startLocalStack: (iac: ServerlessIac) => Promise<void>;