mirror of
https://github.com/status-im/create-pull-request.git
synced 2026-08-31 00:51:08 +00:00
Add missing types
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user