This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-15 10:03:33 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a1eff197d
grafana
/
public
/
app
/
store
/
store.ts
6 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
noImplicitAny: Reduce errors to 3800-ish (#17781) * Reduce noImplicitAny errors to 3900-ish * Fix lots of errors * Add interface
2019-06-27 06:21:04 -05:00
export
let
store
:
any
;
extract store from configurestore
2018-11-05 09:54:48 -06:00
noImplicitAny: Reduce errors to 3800-ish (#17781) * Reduce noImplicitAny errors to 3900-ish * Fix lots of errors * Add interface
2019-06-27 06:21:04 -05:00
export
function
setStore
(
newStore
:
any
)
{
extract store from configurestore
2018-11-05 09:54:48 -06:00
store
=
newStore
;
}
Reference in New Issue
Copy Permalink