Skip to content

Instantly share code, notes, and snippets.

@D1mon
D1mon / surfingkeys.js
Created October 6, 2019 20:20
compiled version of the surfingkeys.js file
// modules are defined as an array
// [ module function, map of requires ]
//
// map of requires is short require name -> numeric require
//
// anything defined in a previous bundle is accessed via the
// orig method which is the require for previous bundles
parcelRequire = (function (modules, cache, entry, globalName) {
// Save the require from previous bundle to this closure if any
var previousRequire = typeof parcelRequire === 'function' && parcelRequire;