mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 17:42:23 +00:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
var v8 = {};
|
|
try { v8 = require("v8"); } catch (e) { }
|
|
module.exports = v8; |