7 lines
123 B

module.exports = {
description: 'getInterop with interop: false',
options: {
moduleName: 'foo',
interop: false
}
};