chore: @gkd-kit/api@0.0.1

This commit is contained in:
lisonge 2024-03-04 16:32:54 +08:00
parent 272d60b6ee
commit acf5e61a55
2 changed files with 14 additions and 1 deletions

13
api/README.md Normal file
View File

@ -0,0 +1,13 @@
# @gkd-kit/api
## Install
```shell
pnpm add @gkd-kit/api
```
## Usage
```ts
import type { RawSubscription } from '@gkd-kit/api';
```

View File

@ -1,6 +1,6 @@
{
"name": "@gkd-kit/api",
"version": "0.0.0",
"version": "0.0.1",
"description": "a typescript kit for gkd",
"type": "module",
"main": "./src/index.ts",