/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/@npmcli/fs/lib/index.js
13 строк
268 B
npm CLI robot
deps: upgrade npm to 9.1.3
07 дек 2022, 06:18
Не верифицирован
07 дек 2022, 06:18
3bef549
Код
Авторство
О чём код?
'use strict' const cp = require('./cp/index.js') const withTempDir = require('./with-temp-dir.js') const readdirScoped = require('./readdir-scoped.js') const moveFile = require('./move-file.js') module.exports = { cp, withTempDir, readdirScoped, moveFile, }