mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 09:52:19 +08:00
14 lines
137 B
Markdown
14 lines
137 B
Markdown
|
# @gkd-kit/api
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```shell
|
||
|
pnpm add @gkd-kit/api
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```ts
|
||
|
import type { RawSubscription } from '@gkd-kit/api';
|
||
|
```
|