UNPKG

66 BPlain TextView Raw
1export const enum PollingSpeed {
2 Low = 1000,
3 High = 100
4}