UNPKG

ngx-thaibahtpipe

Version:

Angular pipe that transforms number into Thai words

9 lines (8 loc) 249 B
import { PipeTransform } from '@angular/core'; export declare class ThaiBahtPipe implements PipeTransform { private thaiNum; private thaiUnit; transform(value: any, args?: any): any; private transformArray; private chunkArray; }