Last active
August 25, 2020 21:49
-
-
Save mgechev/bb7f6273ef51ff2dd24b6e0e9172390d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******/ (() => { // 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