salix-front/src/filters/index.js

8 lines
113 B
JavaScript

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