UNPKG
ng-banks
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.3.3-alpha-1662751424.0
1.3.3-alpha-1662740376.0
1.3.2
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Light-weight zero dependency npm package that helps get nigerian banks
ng-banks
/
lib
/
banks.d.ts
4 lines
(3 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
import
type
{
Bank
}
from
"./types"
;
declare
const
banks
:
Array
<
Bank
>;
export
default
banks;