Przykład: Wyeksportuj zmienną w węźle
var PI = 3.1416
exports.PI = PI;
Bohemian BabyDev
var PI = 3.1416
exports.PI = PI;