mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-05 17:10:29 +08:00
This commit includes the following changes: * Remove duplicate type definition for `fs.createReadStream`. * Update `options` object typings for both functions to match the keys and types specified in the Node.js v0.12.x documentation. Links to the aforementioned functions are provided below for reference: * http://nodejs.org/docs/latest-v0.12.x/api/fs.html#fs_fs_createreadstream_path_options * http://nodejs.org/docs/latest-v0.12.x/api/fs.html#fs_fs_createwritestream_path_options