6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
import { UPTimePipe } from './uptime.pipe';
|
|
|
|
export const PIPES = [
|
|
UPTimePipe,
|
|
];
|