# @akashic/pdi-types

> Interface definition for Akashic Platform Dependent Implementation (PDI) Layer

Latest version **1.14.0** (published 2024-05-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @akashic/pdi-types
pnpm add @akashic/pdi-types
yarn add @akashic/pdi-types
bun add @akashic/pdi-types
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.14.0 |
| Published | 2024-05-14 |
| First published | 2020-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 72.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DWANGO Co., Ltd. |
| Maintainers | akashic-owner, yu-ogi, kmkr01, akashic-extension-owner, shinobu_takahashi |

## Links

- npm: https://www.npmjs.com/package/@akashic/pdi-types
- Repository: https://github.com/akashic-games/pdi-types
- Homepage: https://github.com/akashic-games/pdi-types#readme
- Issues: https://github.com/akashic-games/pdi-types/issues
- npm.io page: https://npm.io/package/@akashic/pdi-types

## Dependencies (3)

- [@akashic/amflow](https://npm.io/package/@akashic/amflow.md) ~3.3.0
- [@akashic/playlog](https://npm.io/package/@akashic/playlog.md) ~3.3.0
- [@akashic/trigger](https://npm.io/package/@akashic/trigger.md) ~2.1.0

## Recent versions

- 1.14.0 (latest) — 2024-05-14
- 1.13.0-beta.0 (next) — 2023-11-13
- 1.3.0-feature.0 (feature) — 2021-09-06
- 1.13.0 — 2024-02-26
- 1.12.0 — 2023-10-03
- 1.11.1 — 2023-06-21
- 1.11.0 — 2023-06-21
- 1.10.1 — 2023-06-20
- 1.10.0 — 2023-06-19
- 1.9.0 — 2023-06-13
- 1.8.0 — 2023-04-21
- 1.7.0 — 2023-02-08
- 1.6.0 — 2022-12-08
- 1.5.0 — 2022-10-28
- 1.5.0-beta.0 — 2022-10-26
- … 10 more at https://npm.io/package/@akashic/pdi-types/versions

## README

<p align="center">
<img src="https://raw.githubusercontent.com/akashic-games/pdi-types/main/img/akashic.png"/>
</p>

# pdi-types

Akashicのプラットフォーム依存層(Platform Dependent Implementation (PDI) Layer)のインターフェース定義を与えます。

## インストール

```
npm install @akashic/pdi-types
```

## 利用方法

```
import * as pdi from "@akashic/pdi-types";
```

## 開発

### ビルド:

```
npm run build
```

## テスト:

```
npm test
```

## ライセンス
本リポジトリは MIT License の元で公開されています。
詳しくは [LICENSE](https://github.com/akashic-games/pdi-types/blob/master/LICENSE) をご覧ください。

ただし、画像ファイルおよび音声ファイルは
[CC BY 2.1 JP](https://creativecommons.org/licenses/by/2.1/jp/) の元で公開されています。

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