mirror of
https://github.com/gkd-kit/docs.git
synced 2024-12-27 02:35:35 +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';
|
|
```
|