UNPKG

ng-banks

Version:

Light-weight zero dependency npm package that helps get nigerian banks

4 lines (3 loc) 93 B
import type { Bank } from "./types"; declare const banks: Array<Bank>; export default banks;