mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 12:15:38 +00:00
6 lines
45 B
JavaScript
6 lines
45 B
JavaScript
const PI = 3.14;
|
|
|
|
module.exports = {
|
|
PI
|
|
};
|