UNPKG

js-tutorial

Version:

9 lines (5 loc) 165 B
'use strict'; /* eslint-disable no-console */ var Api = require('../shared/api'); var myApi = new Api(Function.caller.toString()); console.log(myApi.makeCall());