mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
'use strict';
|
|
|
|
module.exports = parseInt(process.env.NODE_UNIQUE_ID || 0, 10);
|