Some checks are pending
Test Action / Test with default inputs (push) Waiting to run
Test Action / Test with default inputs-1 (push) Waiting to run
Test Action / Test with default inputs-2 (push) Waiting to run
Test Action / Test with explicit inputs (push) Waiting to run
Test Action / Test with explicit inputs-1 (push) Waiting to run
Test Action / Test with explicit inputs-2 (push) Waiting to run
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import fetch from 'node-fetch'
|
|
import url from './url'
|
|
export const downloadSelfInstaller = () => fetch(url)
|
|
export default downloadSelfInstaller
|