mirror of
https://github.com/pnpm/action-setup.git
synced 2025-09-11 11:51:36 +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
|