UNPKG

168 BTypeScriptView Raw
1import { PipeTransform } from '@angular/core';
2export declare class DurationPipe implements PipeTransform {
3 transform(value: any, ...args: string[]): string;
4}