UNPKG

82 BJavaScriptView Raw
1module.exports = {
2 m: function() { return "ok"; },
3 n: require('./_private')
4};
\No newline at end of file