4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = ({parent}) => !parent || parent.type === 'ExpressionStatement';
|