UNPKG

js-tutorial

Version:

7 lines (4 loc) 161 B
import 'babel-polyfill'; import Api from '../shared/api'; const browserApi = new Api('GET'); document.querySelector('.app').innerText = browserApi.makeCall();