UNPKG

@cloudcamp/aws-runtime

Version:

CloudCamp - Launch faster by building scalable infrastructure in few lines of code.

9 lines (8 loc) 290 B
import { RepositoryHost } from "./types"; export declare function setDefaults<T>(props: T | undefined, defaults: any): T; export declare function parseRepositoryUrl(url: string): { host: RepositoryHost; owner: string; repo: string; }; export declare function version(): string;