mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 20:34:44 +00: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
|