blob: a2120bfc2900c5b231bea738d7febfb8a5765a05 [file] [log] [blame] [edit]
module.exports = {
m: function() { return "ok"; },
n: require('./_private')
};