mirror of
https://git.studyfor.work/actions/action-setup.git
synced 2026-02-14 04:11:09 -05:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import download from 'download'
|
|
import url from './url'
|
|
export const downloadSelfInstaller = () => download(url)
|
|
export default downloadSelfInstaller
|