aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/globals.d.ts
blob: eb09d3fcfc48edf92b3e450ee35e428acaa9cb74 (plain) (blame)
1
2
3
4
5
6
declare module 'newman';

declare module '*.json' {
    const value: any;
    export default value;
}