soywiz-archive / typescript-node-definitions

TypeScript's typings for some popular node.js modules
207 stars 93 forks source link

adding type for move function in fs-extra module #56

Closed Farokhcpu closed 8 years ago

Farokhcpu commented 8 years ago

The type for "move" function was missed. It is very similar to "copy" function, so I used exactly the same type for "move".

https://www.npmjs.com/package/fs-extra#movesrc-dest-options-callback

soywiz commented 8 years ago

Thanks!