1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-29 20:43:09 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

emptymodule

This commit is contained in:
sunnylqm
2024-04-23 00:24:32 +08:00
parent e9e67b011c
commit 9fd6293037
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ export function log(...args: any[]) {
}
const noop = () => {};
export class EmptyModule {
class EmptyModule {
constructor() {
return new Proxy(this, {
get() {
@@ -14,6 +14,7 @@ export class EmptyModule {
});
}
}
export const emptyModule = new EmptyModule();
const ping =
Platform.OS === 'web'