mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
5 lines
163 B
JavaScript
5 lines
163 B
JavaScript
// if(!(typeof navigator == "undefined") && navigator.product == "ReactNative"){
|
|
// require("./lib/mobile.js");
|
|
// }
|
|
module.exports = require('./gun.js');
|