SYMBOL INDEX (18 symbols across 9 files) FILE: copy-file-error.js class CopyFileError (line 1) | class CopyFileError extends Error { method constructor (line 2) | constructor(message, {cause} = {}) { FILE: fs.js function createReadStream (line 15) | async function createReadStream(path, options) { FILE: index.d.ts type Options (line 1) | type Options = { type AsyncOptions (line 28) | type AsyncOptions = { type ProgressData (line 48) | type ProgressData = { FILE: index.js function copyFile (line 23) | async function copyFile(sourcePath, destinationPath, options = {}) { function copyFileSync (line 130) | function copyFileSync(sourcePath, destinationPath, options = {}) { FILE: index.test-d.ts method onProgress (line 22) | onProgress(progress) { FILE: test/async.js constant THREE_HUNDRED_KILO (line 17) | const THREE_HUNDRED_KILO = (100 * 3 * 1024) + 1; FILE: test/helpers/_assert.js function assertDateEqual (line 11) | function assertDateEqual(t, actual, expected, message) { FILE: test/progress.js constant THREE_HUNDRED_KILO (line 13) | const THREE_HUNDRED_KILO = (100 * 3 * 1024) + 1; method onProgress (line 37) | onProgress(progress) { method onProgress (line 58) | onProgress(progress) { method onProgress (line 73) | onProgress(progress) { method onProgress (line 94) | onProgress(progress) { method onProgress (line 117) | onProgress(progress) { FILE: test/sync.js constant THREE_HUNDRED_KILO (line 15) | const THREE_HUNDRED_KILO = (100 * 3 * 1024) + 1;