mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
|
import jquery from 'jquery';
|
||
|
|
||
|
(window as any).jQuery = jquery;
|
||
|
(window as any).moment = require('moment');
|