mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
case 2. Improvement to existing type definition. 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> Only mode is optional in open. Also instead of pure function overloads definitions can be re-written using union type annotaion for open and openSync. |
||
|---|---|---|
| .. | ||
| node-0.8.8.d.ts | ||
| node-0.8.8.d.ts.tscparams | ||
| node-0.10.d.ts | ||
| node-0.11-tests.ts | ||
| node-0.11.d.ts | ||
| node-0.12-tests.ts | ||
| node-0.12.d.ts | ||
| node-4-tests.ts | ||
| node-4.d.ts | ||
| node-tests.ts | ||
| node.d.ts | ||