UNPKG

eslint-plugin-unicorn

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