Remove 16 underscore requires

This commit is contained in:
Hongarc 2018-12-01 13:04:24 +07:00
parent 9365454cf3
commit 27ef578b2e
16 changed files with 0 additions and 18 deletions

View file

@ -1,5 +1,3 @@
var _ = require('underscore');
function invariant(truthy, reason) {
if (!truthy) {
throw new Error(reason);