hrms-manual/node_modules/cypress/lib/fs.js
2023-09-06 14:51:44 +07:00

4 lines
No EOL
111 B
JavaScript

"use strict";
const Promise = require('bluebird');
module.exports = Promise.promisifyAll(require('fs-extra'));