You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
17
node_modules/vega-format/index.js
generated
vendored
Normal file
17
node_modules/vega-format/index.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
export {
|
||||
numberFormatDefaultLocale,
|
||||
numberFormatLocale,
|
||||
resetNumberFormatDefaultLocale
|
||||
} from './src/number';
|
||||
|
||||
export {
|
||||
timeFormatDefaultLocale,
|
||||
timeFormatLocale,
|
||||
resetTimeFormatDefaultLocale
|
||||
} from './src/time';
|
||||
|
||||
export {
|
||||
locale,
|
||||
defaultLocale,
|
||||
resetDefaultLocale
|
||||
} from './src/locale';
|
||||
Reference in New Issue
Block a user