Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fast-copy-file

callumlocke3660.0.1

Simple file copying

readme

copy-file

Fast, simple file copying

Usage

npm install fast-copy-file

var copyFile = require('fast-copy-file');
copyFile(from, to, function (err) {

});