UNPKG

stdnum

Version:
5 lines (4 loc) 385 B
import { ValidateReturn } from '../types'; export declare function validateIssue(value: string): ValidateReturn; export declare function validateNew(value: string): ValidateReturn; export declare const name: string, localName: string, abbreviation: string | undefined, validate: (value: string) => ValidateReturn, format: (value: string) => string, compact: (value: string) => string;