Skip to content

Instantly share code, notes, and snippets.

@oleksii-lukin
Created June 24, 2016 17:07
Show Gist options
  • Select an option

  • Save oleksii-lukin/ebd09a5035e82392784452a023a246ff to your computer and use it in GitHub Desktop.

Select an option

Save oleksii-lukin/ebd09a5035e82392784452a023a246ff to your computer and use it in GitHub Desktop.
for (let i in localStorage) {if (i.match(/testStore/)){ window.export.push(`{'${i}':'${localStorage[i]}'}`) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment