@types/zengin-code
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/zengin-code

Summary

This package contains type definitions for zengin-code (https://github.com/zengin-code/zengin-js#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zengin-code.

index.d.ts

declare const zenginCode: zenginCode.ZenginCode;

declare namespace zenginCode {
    interface ZenginCode {
        [key: string]: Bank;
    }

    interface Branch {
        code: string;
        name: string;
        kana: string;
        hira: string;
        roma: string;
    }

    interface Bank {
        code: string;
        name: string;
        kana: string;
        hira: string;
        roma: string;
        branches: {
            [key: string]: Branch;
        };
    }
}

export = zenginCode;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Ken Takahashi.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.22,366ts5.8
1.0.22,366ts5.7
1.0.22,366latest
1.0.22,366ts4.5
1.0.22,366ts4.6
1.0.22,366ts4.7
1.0.22,366ts4.8
1.0.22,366ts4.9
1.0.22,366ts5.0
1.0.22,366ts5.1
1.0.22,366ts5.2
1.0.22,366ts5.3
1.0.22,366ts5.4
1.0.22,366ts5.5
1.0.22,366ts5.6
1.0.22,366ts5.9
1.0.0268ts3.6
1.0.0268ts3.7
1.0.0268ts3.8
1.0.0268ts3.9
1.0.0268ts4.0
1.0.0268ts4.1
1.0.0268ts4.2
1.0.0268ts4.3
1.0.0268ts4.4

Version History

VersionDownloads (Last 7 Days)Published
1.0.22,366
1.0.12
1.0.0268

Package Sidebar

Install

npm i @types/zengin-code

Weekly Downloads

2,636

Version

1.0.2

License

MIT

Unpacked Size

3.58 kB

Total Files

5

Last publish

Collaborators

  • types