UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 288 B
import { NumberService } from "../../services/number-service"; export declare class CurrencyValueConverter { private numberService; constructor(numberService: NumberService); toView(value: number, format?: string): string | null; fromView(value: string): number; }