Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xinyao27/tauri-utils

Useful utilities for Tauri apps and modules
https://github.com/xinyao27/tauri-utils

Last synced: about 1 month ago
JSON representation

Useful utilities for Tauri apps and modules

Awesome Lists containing this project

README

        

# tauri-utils

[![NPM version](https://img.shields.io/npm/v/tauri-utils?color=a1b858&label=)](https://www.npmjs.com/package/tauri-utils)

Useful utilities for Tauri apps and modules

## Install

```bash
npm install tauri-util
```

## Usage

```js
import { is } from 'tauri-utils'

console.log(await is.macos())
// => true
```

## License

[MIT](./LICENSE) License © 2022 [chenyueban](https://github.com/chenyueban)