DefinitelyTyped/types/node
Akshar Patel d07ac371fa node.js: Add type guards as return types of util methods (#16011)
* node.js: Add type guards for return types of util methods

* use object instead of Object in isObject typeguard

* use es2016 as target for Node 7 types

Node 7 supports almost 99% of ES2015 and 100% of ES2016. Hence, its safe
to use the target of es2016 in tsconfig.json

* remove typeguard from isObject function

* rename Symbol to symbol

* remove es2016 target in tsconfig.json
2017-04-25 12:56:18 -07:00
..
v0 Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00
v4 Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00
v6 Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00
index.d.ts node.js: Add type guards as return types of util methods (#16011) 2017-04-25 12:56:18 -07:00
node-tests.ts Align test order 2017-03-25 11:14:49 -07:00
tsconfig.json node.js: Add type guards as return types of util methods (#16011) 2017-04-25 12:56:18 -07:00
tslint.json Remove more namespaces from tests (#16029) 2017-04-20 09:06:00 -07:00