import { PrettyOperatorPipe } from './pretty-operator.pipe';

export const sharedPipes = [
    PrettyOperatorPipe
];