ソースを参照

move to string.ts

ryan 7 年 前
コミット
d13eebfe52

+ 1 - 1
packages/grafana-ui/src/utils/index.ts

@@ -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';

+ 0 - 0
packages/grafana-ui/src/utils/stringUtils.test.ts → packages/grafana-ui/src/utils/string.test.ts


+ 0 - 0
packages/grafana-ui/src/utils/stringUtils.ts → packages/grafana-ui/src/utils/string.ts