UNPKG
d3-jsnext
Version:
latest (3.5.5)
3.5.5
d3, but futuristic
github.com/rollup/d3-jsnext
rollup/d3-jsnext
d3-jsnext
/
src
/
time
/
format.js
6 lines
(4 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ d3_locale_enUS }
from
'../locale/en-US'
;
import
{ d3_time }
from
'./time'
;
var
d3_time_format = d3_time.
format
= d3_locale_enUS.
timeFormat
;
export
{ d3_time_format };