UNPKG

@qrph/bank-codes

Version:

Library containing a list of SWIFT codes used in the Philippines.

7 lines (6 loc) 102 B
export interface BankInfo { name: string; city: string; swiftCode: string; branch?: string; }