UNPKG

polish-validators

Version:

A set of validator functions that check common polish numbers.

5 lines (4 loc) 138 B
export declare class BankNameTree { static existsCode(code: string): boolean; static getIndex(code: string): number | null; }