mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Add missing types
This commit is contained in:
parent
7e7fa32a5f
commit
86ccd8cdef
4 changed files with 1921 additions and 1840 deletions
|
@ -10,7 +10,7 @@ import * as semver from 'semver'
|
|||
* @param {string} versionSpec version of Python
|
||||
* @param {string} arch architecture (x64|x32)
|
||||
*/
|
||||
export function setupPython(versionSpec, arch): Promise<void> {
|
||||
export function setupPython(versionSpec: string, arch: string): Promise<void> {
|
||||
return new Promise(resolve => {
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue