DefinitelyTyped/node
Ivo Stratev 7a6da49f3a Now it matches Node.js fs::open* definition (#10032)
From Node.js API Reference (https://nodejs.org/dist/latest-v6.x/docs/api/fs.html#fs_fs_open_path_flags_mode_callback):

fs.open(path, flags[, mode], callback)#
Added in: v0.0.2
path <String> | <Buffer>
flags <String> | <Number>
mode <Integer>
callback <Function>

fs.openSync(path, flags[, mode])#
Added in: v0.1.21
path <String> | <Buffer>
flags <String> | <Number>
mode <Integer>
2016-07-09 15:33:42 +09:00
..
node-0.8.8.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-0.8.8.d.ts.tscparams normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
node-0.10.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-0.11-tests.ts Remove unreachable code 2016-05-23 17:27:55 -07:00
node-0.11.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-0.12-tests.ts Remove unreachable code 2016-05-23 17:27:55 -07:00
node-0.12.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-4-tests.ts split node-v4 definitions (#9341) 2016-05-15 01:59:20 +09:00
node-4.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-tests.ts Add extra static members to the Node Error class (#9618) 2016-06-14 00:40:55 +09:00
node.d.ts Now it matches Node.js fs::open* definition (#10032) 2016-07-09 15:33:42 +09:00