mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 04:24:44 +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
|