CorpGlory / types-grafana

MIT License
9 stars 22 forks source link

Grafana version directive #24

Open jonyrock opened 3 years ago

jonyrock commented 3 years ago

So let't pub directive to all type definitions which work only for sdpecific Grafana versions.

So it woulb be like


@GrafanaVersion({ from: '4.2.2', to: '5.4.3'  })
export function foo(): void

@GrafanaVersion({ from: '7.0.1', to: '5.4.3'  })
export function bar(): void