Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

v0.0.4 - Alpha Release for @invitato/helpers

Compare
Choose a tag to compare
@idindrakusuma idindrakusuma released this 11 Jan 15:39
· 19 commits to master since this release
054ac73

Adding more helpers for Invitato common helpers. I've listed the new helpers below:

  • canUseDOM - helper to check can we use DOM now?
  • noop - function to return nothing
  • isDevelopmentMode - function to help us to get to know is current development or not.
  • constants - introduce common constants for invitato
  • getQueryStringValue - get value from query string name
  • copyTextToClipboard - copy text to clipboard.