UNPKG

@hello.nrfcloud.com/proto

Version:

Documents the communication protocol between the hello.nrfcloud.com backend and the web application

5 lines (4 loc) 240 B
export var isFingerprint = function(fingerprint) { return fingerprintRegExp.test(fingerprint !== null && fingerprint !== void 0 ? fingerprint : ''); }; export var fingerprintRegExp = /^[A-F0-9]{1,}\.[ABCDEFGHIJKMNPQRSTUVWXYZ2-9]{6}$/i;