mirror of
https://github.com/pnpm/action-setup.git
synced 2026-02-14 21:40:31 +00: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
|