1
mirror of https://github.com/pnpm/action-setup.git synced 2026-02-16 06:10:32 +00:00

Create some files

This commit is contained in:
khai96_
2020-05-08 11:29:39 +07:00
parent a7354264cc
commit cd1794a16e
6 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import download from 'download'
import url from './url'
export const downloadSelfInstaller = () => download(url)
export default downloadSelfInstaller