Home
last modified time | relevance | path

Searched defs:moveFile (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
Dindex.js6 const moveFile = require('./move-file.js') constant
12 moveFile, property
Dmove-file.js13 const moveFile = async (source, destination, options = {}, root = true, symlinks = []) => { function