mirror of
https://github.com/pnpm/action-setup
synced 2026-05-09 15:00:59 +02: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
|