mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-27 12:30:03 +00:00
The following missing methods were added: * fs.readlinkSync * fs.ftruncate * fs.ftruncateSync The following method signatures were fixed: * path.resolve: Takes an array of arbitrary length. This does not necessarily need to be a string array; resolve skips any non-string elements. * process.cwd: Returns a string, not void.