mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-24 22:17:06 +08:00
highland: add a test for the new isNil()
This commit is contained in:
@@ -337,6 +337,8 @@ fooStream.toCallback((err: Error) => {});
|
||||
// UTILS
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
bool = _.isNil(x);
|
||||
|
||||
bool = _.isStream(x);
|
||||
bool = _.isStream(fooStream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user