Skip to content

Instantly share code, notes, and snippets.

@mgechev
Last active August 25, 2020 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgechev/bb7f6273ef51ff2dd24b6e0e9172390d to your computer and use it in GitHub Desktop.
Save mgechev/bb7f6273ef51ff2dd24b6e0e9172390d to your computer and use it in GitHub Desktop.
/******/ (() => { // webpackBootstrap
/******/ "use strict";
// CONCATENATED MODULE: ./operations.js
// utils.js
const add = (a, b) => a + b;
const subtract = (a, b) => a - b;
// CONCATENATED MODULE: ./constants.js
const PI = 3.14159265357989;
// CONCATENATED MODULE: ./utils.js
// CONCATENATED MODULE: ./index.js
// index.js
const index_subtract = (a, b) => a - b;
console.log(add(1, 2));
/******/ })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment