debian-mirror-gitlab/spec/frontend/__helpers__/gon_helper.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
72 B
JavaScript
Raw Normal View History

2023-05-27 22:25:52 +05:30
export const createGon = (IS_EE) => {
return {
ee: IS_EE,
};
};