Commit 5a9df017 authored by RalfNieuwenhuizen's avatar RalfNieuwenhuizen Committed by Mehdi Achour

enh: Update deviceinfo.d.ts (#498)

parent a400b65a
......@@ -20,7 +20,7 @@ declare const _default: {
getDeviceCountry: () => string;
getTimezone: () => string;
getInstanceID: () => string;
getInstallReferrer: () => string;
getInstallReferrer: () => string | null;
isEmulator: () => boolean;
isTablet: () => boolean;
getFontScale: () => number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment