This commit is contained in:
Nordi98 2025-06-25 00:04:15 +02:00
parent be02d05ba8
commit fc7ea910e9
35 changed files with 11992 additions and 1 deletions

View file

@ -0,0 +1,3 @@
export const isEnvBrowser = (): boolean => !(window as any).invokeNative

export const noop = () => {}