UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

4 lines (3 loc) 61 B
export interface IDictionary<T> { [key: string]: T; }