UNPKG

pogojs

Version:

Library to accompany the Pogo stack

10 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var stringsMatch = function stringsMatch(str1, str2) { return str1.toUpperCase() === str2.toUpperCase(); }; exports.default = stringsMatch;