mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-01 23:26:18 +00:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
'use strict';
|
|
|
|
module.exports = parseInt(process.env.NODE_UNIQUE_ID || 0, 10);
|