Created
August 25, 2020 21:51
-
-
Save mgechev/2d98c6ab331dbc9f3fd091d959570a67 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: ./utils.js | |
// utils.js | |
const add = (a, b) => a + b; | |
const subtract = (a, b) => a - b; | |
// 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