move to string.ts

This commit is contained in:
ryan 2019-03-10 10:19:02 -07:00
parent b2a7891b08
commit d13eebfe52
3 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ export * from './processTimeSeries';
export * from './valueFormats/valueFormats';
export * from './colors';
export * from './namedColorsPalette';
export * from './stringUtils';
export * from './string';
export { getMappedValue } from './valueMappings';