UNPKG

nep-datepicker

Version:

The Angular Nepali Datepicker is an npm package designed to integrate a Nepali date picker component into Angular applications.

8 lines (7 loc) 351 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToNpPipe implements PipeTransform { transform(value: number | string, language?: string, type?: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<ToNpPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<ToNpPipe, "toNp">; }