UNPKG

d3-stencil

Version:

Charts built with D3 and Stencil. Framework-agnostic, simple.

5 lines (4 loc) 193 B
import { Formats as FORMATS } from '@interfaces/index'; export declare const formatter: (type: FORMATS, data: string | number | Date | { valueOf(): number; }, currency?: string) => string;