1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 16:15:01 +00:00
mon-entreprise/source/engine/maSuperFonction.js

7 lines
116 B
JavaScript
Raw Normal View History

export default d => ({
category: 'comparison',
type: 'boolean',
operator: d[2][0],
explanation: [d[0], d[4]]
})