Some checks failed
Test Action / Test with default inputs (ubuntu-latest, 4.11.1) (push) Successful in 13s
Test Action / Test with explicit inputs (ubuntu-latest, 4.11.1) (push) Successful in 12s
Test Action / Test with default inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 4.11.1) (push) Has been cancelled
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import fetch from 'node-fetch'
|
|
import url from './url'
|
|
export const downloadSelfInstaller = () => fetch(url)
|
|
export default downloadSelfInstaller
|