# Yakuza Api

A collection of api for [yakuza](https://github.com/fzdwx/yakuza)

```shell
pnpm add yakuza-api
```

call api:

```ts
import {clipboard, config, getActionCommand, mainView, shell} from "yakuza-api";

clipboard.set("hello world");
clipboard.get();
```
