Skip to content

Instantly share code, notes, and snippets.

@vincentdchan
Created August 22, 2018 10:48
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/9ccec2d1b603ef119e473cf285c7fa6b to your computer and use it in GitHub Desktop.
Save vincentdchan/9ccec2d1b603ef119e473cf285c7fa6b to your computer and use it in GitHub Desktop.
import { isNumber, isNull } from 'lodash-es';
export fun1() {
// do nothing
}
export isNull(...args) {
return isNull(...args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment