Skip to content

Instantly share code, notes, and snippets.

@dualyticalchemy
Created February 7, 2021 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dualyticalchemy/5de1f13312d6c436cb28e7f1a4b5ba8f to your computer and use it in GitHub Desktop.
Save dualyticalchemy/5de1f13312d6c436cb28e7f1a4b5ba8f to your computer and use it in GitHub Desktop.
const { getElement } = require('./getElement.js');
const getScope = (sel) => {
return getElement.scope();
};
export {
getScope
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment