UNPKG

react-native-qrcode-svg

Version:

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.

8 lines (6 loc) 185 B
export function isString(variable) { return typeof variable === "string"; } export function isUrlString(variable) { return isString(variable) && variable.startsWith("http"); }