| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/webpack/lib/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/webpack/lib/NullFactory.js |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
class NullFactory {
create(data, callback) {
return callback();
}
}
module.exports = NullFactory;
|