UNPKG

jget-shark

Version:

Use GET functions

5 lines 157 B
import jget from './index'; const toget = "https://morning-tor-58273.herokuapp.com/"; let geted = jget(toget); console.log(geted); document.write(geted);