UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (11 loc) 217 B
/* 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;