mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-09 15:38:34 +01:00
5 lines
44 B
JavaScript
5 lines
44 B
JavaScript
|
const PI = 3.14;
|
||
|
|
||
|
module.exports = {
|
||
|
PI
|
||
|
};
|