yakuza-api
v0.9.1
Published
A collection of api for [yakuza](https://github.com/fzdwx/yakuza)
Readme
Yakuza Api
A collection of api for yakuza
pnpm add yakuza-apicall api:
import {clipboard, config, getActionCommand, mainView, shell} from "yakuza-api";
clipboard.set("hello world");
clipboard.get();