4 lines
37 B
JavaScript
4 lines
37 B
JavaScript
|
module.exports = {
|
||
|
nonce: 'abc'
|
||
|
};
|