25 lines
443 B
Markdown
25 lines
443 B
Markdown
|
|
# cosmokit
|
||
|
|
|
||
|
|
[](https://codecov.io/gh/shigma/cosmokit)
|
||
|
|
[](https://www.npmjs.com/package/cosmokit)
|
||
|
|
|
||
|
|
A collection of common utilities.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
### Node.js
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm install cosmokit
|
||
|
|
```
|
||
|
|
|
||
|
|
```ts
|
||
|
|
import cosmokit from 'cosmokit'
|
||
|
|
```
|
||
|
|
|
||
|
|
### Deno
|
||
|
|
|
||
|
|
```ts
|
||
|
|
import cosmokit from 'npm:cosmokit@latest'
|
||
|
|
```
|