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