6 lines
125 B
JavaScript

'use strict';
module.exports = async ({ resolveVariable }) => ({
varResult: await resolveVariable('file(file.yaml)'),
});