mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Change test to require isEmpty dependency
This commit is contained in:
committed by
GitHub
parent
840bdf168b
commit
11843a76f2
@@ -1,4 +1,4 @@
|
||||
import isEmpty from 'is-empty';
|
||||
import isEmpty = require('is-empty');
|
||||
|
||||
isEmpty({});
|
||||
isEmpty(null);
|
||||
|
||||
Reference in New Issue
Block a user