mirror of
https://github.com/pnpm/action-setup.git
synced 2025-07-07 18:10:26 +08: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
|