UNPKG

stdnum

Version:
3 lines (2 loc) 199 B
import * as exceptions from '../../exceptions'; export declare function cleanUnicode(value: string, deletechars?: string, stripPrefix?: string | string[]): [string, exceptions.InvalidFormat | null];