mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 12:52:20 +08:00
chore: @gkd-kit/api@0.0.1
This commit is contained in:
parent
272d60b6ee
commit
acf5e61a55
13
api/README.md
Normal file
13
api/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# @gkd-kit/api
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
pnpm add @gkd-kit/api
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```ts
|
||||
import type { RawSubscription } from '@gkd-kit/api';
|
||||
```
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user