UNPKG

ness

Version:

✪ No-effort static sites deployed to your AWS account.

9 lines (8 loc) 231 B
export interface EventParams { event: string; command: 'deploy' | 'destroy'; detail: string; domain: string; options: Record<string, unknown>; } export declare function emit(params: EventParams): Promise<void>;