mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 03:24:15 +08:00
* Allow buffers to be passed in fs for node v6.x * Fix wrongly typed index in fs.realpath Fixes the following errors: - node.d.ts(1426,62): error TS1023: An index signature parameter type must be 'string' or 'number'. - node.d.ts(1427,68): error TS1023: An index signature parameter type must be 'string' or 'number'.