mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
const _global = window as any;
|
|
const angularMocks = {
|
|
module: _global.module,
|
|
inject: _global.inject,
|
|
};
|
|
|
|
export { angularMocks };
|