UNPKG

webdav

Version:
7 lines (6 loc) 191 B
export function isReactNative() { return typeof TARGET === "string" && TARGET === "react-native"; } export function isWeb() { return typeof TARGET === "string" && TARGET === "web"; }