react-statix
Version:
React components for statix localization management
12 lines (11 loc) • 611 B
TypeScript
export { getNestedValue } from "./getNestedValue";
export { setNestedValue } from "./setNestedValue";
export { removeNestedValue } from "./removeNestedValue";
export { cleanRedundantChanges } from "./cleanRedundantChanges";
export { fetchJSON } from "./fetchJSON";
export { loadLocaleFiles } from "./loadLocales";
export { flattenLocales } from "./flattenLocales";
export { createLocaleColumns } from "./createLocaleColumns";
export { transformToTableData } from "./transformToTableData";
export { getDisplayValueForTable } from "./getDisplayValueForTable";
export { filterTableData } from "./filterTableData";