https://github.com/litingyes/usexx
a tool kit for web development with ts/js
https://github.com/litingyes/usexx
Last synced: 6 months ago
JSON representation
a tool kit for web development with ts/js
- Host: GitHub
- URL: https://github.com/litingyes/usexx
- Owner: litingyes
- License: mit
- Created: 2024-12-28T07:51:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T17:05:46.000Z (12 months ago)
- Last Synced: 2025-01-14T18:56:42.090Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usexx
> [!NOTE]
> We are working hard to develop more features.
a tool kit for web development
## Installation
```pnpm
pnpm add usexx
```
## Usage
```ts
import { isBlob } from 'usexx'
isBlob(1) // false
```