UNPKG

@vicoders/angular

Version:

- [Vicoders Angular Common Module](#vicoders-angular-common-module) - [Install](#install) - [How to use](#how-to-use) - [Pipes](#pipes) - [hasItem](#hasitem) - [isArray](#isarray) - [length](#length) - [orderBy](#orderby)

5 lines (4 loc) 156 B
import { PipeTransform } from "@angular/core"; export declare class TimeFormatPipe implements PipeTransform { transform(time: any, format: any): any; }