mirror of
https://gh.hjkl01.cn/https://github.com/pnpm/action-setup
synced 2026-06-01 21:45:27 +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
|