UNPKG
consul-balancer
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
consul service discovery and balancing
github.com/yolopunk/consul-balancer
yolopunk/consul-balancer
consul-balancer
/
built
/
utils
/
lodash.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
import
defaults
from
'lodash.defaults'
;
import
omit
from
'lodash.omit'
;
import
sample
from
'lodash.sample'
;
import
set
from
'lodash.set'
; export { defaults, omit, sample,
set
};