mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Change test to require isEmpty dependency
This commit is contained in:
parent
840bdf168b
commit
11843a76f2
@ -1,4 +1,4 @@
|
||||
import isEmpty from 'is-empty';
|
||||
import isEmpty = require('is-empty');
|
||||
|
||||
isEmpty({});
|
||||
isEmpty(null);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user