Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/webpack/lib/
Upload File :
Current File : //etc/kibana/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;