5 lines
47 B
JavaScript
5 lines
47 B
JavaScript
|
const VERSION = "5.2.0";
|
||
|
export {
|
||
|
VERSION
|
||
|
};
|