https://github.com/shigma/cosmokit
A collection of common utilities
https://github.com/shigma/cosmokit
Last synced: 8 months ago
JSON representation
A collection of common utilities
- Host: GitHub
- URL: https://github.com/shigma/cosmokit
- Owner: shigma
- License: mit
- Created: 2022-04-18T16:43:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T17:01:17.000Z (10 months ago)
- Last Synced: 2025-04-08T17:02:47.332Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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'
```