aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/@theme/pipes/index.ts
blob: 541ebebf82a4807a6da8430c679dc1b1d7e3e573 (plain)
1
2
3
4
export * from './capitalize.pipe';
export * from './plural.pipe';
export * from './round.pipe';
export * from './timing.pipe';