mirror of
https://github.com/pnpm/action-setup.git
synced 2026-06-07 04:47:04 +00:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import fetch from 'node-fetch'
|
|
import url from './url'
|
|
export const downloadSelfInstaller = () => fetch(url)
|
|
export default downloadSelfInstaller
|