# @types/zengin-code

> TypeScript definitions for zengin-code

Latest version **1.0.2** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/zengin-code
pnpm add @types/zengin-code
yarn add @types/zengin-code
bun add @types/zengin-code
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-11-07 |
| First published | 2021-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51436 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/zengin-code
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zengin-code
- npm.io page: https://npm.io/package/@types/zengin-code

## Recent versions

- 1.0.2 (latest) — 2023-11-07
- 1.0.0 (ts3.6) — 2021-08-05
- 1.0.1 — 2023-10-18

## README

# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zengin-code/index.d.ts)
````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](https://github.com/takahash).

---
_Source: https://npm.io/package/@types/zengin-code · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
