blob: 684bee08f62055d65a54383334525b2787911da4 [file] [log] [blame]
import * as os from 'os';
console.log('Platform: ' + os.platform());
console.log('Architecture: ' + os.arch());
export function test() {
return 'test';
}