mirror of
https://github.com/pnpm/action-setup.git
synced 2025-08-11 06:45:50 +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
|