UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

7 lines (6 loc) 315 B
declare const _default: (seconds: string) => string; export default _default; export declare const getDaysAgo: (days: number) => string; export declare const getFirstDayOfMonth: () => string; export declare const getCurrentDayOfMonth: () => string; export declare const createDiffSecs: (startDate: Date) => number;