UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 265 B
import { PipeTransform } from '@angular/core'; export declare class EndOfWeekDisplayPipe implements PipeTransform { private locale; constructor(locale?: string); transform(endOfWeek: Date, startOfWeek: Date, locale?: string, method?: string): String; }