mirror of https://github.com/status-im/metro.git
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = function() {
|
||
|
return function() {};
|
||
|
};
|