mirror of
https://github.com/azure/login.git
synced 2026-06-06 12:17:07 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
function strictEqual(left, right) {
|
|
return left === right;
|
|
}
|
|
|
|
module.exports = strictEqual;
|