Skip to content

Instantly share code, notes, and snippets.

@vincentdchan
Created August 13, 2018 08:21
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/f7f94c8e28bf8cc29e0e691371012783 to your computer and use it in GitHub Desktop.
Save vincentdchan/f7f94c8e28bf8cc29e0e691371012783 to your computer and use it in GitHub Desktop.
import { isNull } from 'lodash-es';
var fun = 1;
fun = function scope(...args) {
return isNull(...args);
}
export { fun }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment