https://github.com/swiftcarrot/utils
utils
https://github.com/swiftcarrot/utils
Last synced: 4 months ago
JSON representation
utils
- Host: GitHub
- URL: https://github.com/swiftcarrot/utils
- Owner: swiftcarrot
- License: mit
- Created: 2019-08-24T14:45:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:50:49.000Z (about 4 years ago)
- Last Synced: 2024-04-13T18:04:15.271Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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