UNPKG

@nestlab/google-recaptcha

Version:
8 lines (7 loc) 165 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xor = void 0; function xor(a, b) { return !!a !== !!b; } exports.xor = xor;