Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alshdavid/kit
https://github.com/alshdavid/kit
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alshdavid/kit
- Owner: alshdavid
- License: mit
- Created: 2023-05-13T02:06:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:00:41.000Z (8 months ago)
- Last Synced: 2024-11-24T19:19:12.936Z (about 1 month ago)
- Language: TypeScript
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Kit Utils
```
npm install @alshdavid/kit
``````typescript
import { sha256 } from '@alshdavid/kit/crypto'void (async function main() {
const foo = await sha256('foo')
})()
```From the brower
```javascript
await import('https://cdn.alshdavid.com/scripts/kit.js')const foo = await acs.crypto.sha256('foo')
```