An open API service indexing awesome lists of open source software.

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

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
```