Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 275 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 275 Bytes

utils

JavaScript utils

Usage

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

Methods

  • uid
  • uuid
  • encodeQueryString
  • decodeQueryString
  • decodeLocationSearch
  • hashCode
  • sleep

Constants

  • IS_BROWSER
  • IS_IOS

License

MIT