value formats: renamed folder

This commit is contained in:
Torkel Ödegaard 2019-01-11 11:22:50 +01:00
parent 31d35a6884
commit 8aae6e8c09
9 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export * from './processTimeSeries';
export * from './ValueFormats/valueFormats';
export * from './value_formats/valueFormats';

View File

@ -147,7 +147,7 @@ export function getValueFormatterIndex(): ValueFormatterIndex {
return index;
}
export function getUnitFormats() {
export function getValueFormats() {
if (!hasBuiltIndex) {
buildFormats();
}