Skip to content

Instantly share code, notes, and snippets.

@vincentdchan
Last active August 13, 2018 08:19
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 vincentdchan/c8cbb1198bfef580c216343e1ef4eedf to your computer and use it in GitHub Desktop.
Save vincentdchan/c8cbb1198bfef580c216343e1ef4eedf to your computer and use it in GitHub Desktop.
Local references by module scope
import { isNull } from 'lodash-es';
export function scope(...args) {
return isNull(...args);
}
console.log(scope(null));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment