mirror of
https://github.com/pnpm/action-setup.git
synced 2025-04-05 08:10:14 +08:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import fetch from 'node-fetch'
|
|
import url from './url'
|
|
export const downloadSelfInstaller = () => fetch(url)
|
|
export default downloadSelfInstaller
|