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

https://github.com/swiftcarrot/utils

utils
https://github.com/swiftcarrot/utils

Last synced: 4 months ago
JSON representation

utils

Awesome Lists containing this project

README

        

# utils

JavaScript utils

### Usage

```javascript
import { uid, IS_BROWSER } from '@swiftcarrot/utils';
```

### Methods

- uid
- uuid
- encodeQueryString
- decodeQueryString
- decodeLocationSearch
- hashCode
- sleep

### Constants

- IS_BROWSER
- IS_IOS

### License

MIT