6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
|
export const createGon = (IS_EE) => {
|
||
|
return {
|
||
|
ee: IS_EE,
|
||
|
};
|
||
|
};
|