mirror of
https://github.com/pnpm/action-setup.git
synced 2026-06-29 00:47:49 +01: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
|