UNPKG

eslint-plugin-unicorn-x

Version:
8 lines (5 loc) 180 B
import getScopes from './get-scopes.js'; const getReferences = (scope) => [ ...new Set(getScopes(scope).flatMap(({references}) => references)), ]; export default getReferences;