salix-front/src/filters/index.js

12 lines
230 B
JavaScript

import toLowerCase from './toLowerCase';
import toDate from './toDate';
import toCurrency from './toCurrency';
import toPercentage from './toPercentage';
export {
toLowerCase,
toDate,
toCurrency,
toPercentage,
};