mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-10 01:05:02 +00:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
export default d => ({
|
|
category: 'comparison',
|
|
type: 'boolean',
|
|
operator: d[2][0],
|
|
explanation: [d[0], d[4]]
|
|
})
|