UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

5 lines (4 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isValidKey = function (key) { return /^[A-Za-z0-9-]+$/.test(key); }; exports.isValidToken = function (token) { return /^[A-Za-z0-9+/=\-]+$/.test(token); };