UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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