mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-20 19:24:34 +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.