Remove stable input and fix SemVer notation (#195)

This commit is contained in:
Dmitry Shibanov 2022-02-28 10:16:32 +03:00 committed by GitHub
commit f6164bd8c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 69 additions and 91 deletions

View file

@ -1,4 +1,4 @@
let os = require('os');
const os = require('os');
export function getPlatform(): string {
// darwin and linux match already