1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/samples-common/construct-value.js

17 lines
240 B
JavaScript

'use strict';
module.exports = [
{
'link with': [
'library1.dll',
'library2.dll'
]
},
{
'link with': [
{ '=': 'library1.dll', 'version': 1.2 },
{ '=': 'library2.dll', 'version': 2.3 }
]
}
];