UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

13 lines (11 loc) 229 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;