UNPKG

stdnum

Version:
3 lines (2 loc) 247 B
import { ValidateReturn } from '../types'; export declare const name: string, localName: string, abbreviation: string | undefined, validate: (value: string) => ValidateReturn, format: (value: string) => string, compact: (value: string) => string;