dragonroll/backend/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js

2 lines
68 B
JavaScript
Raw Normal View History

2024-09-21 17:08:36 +00:00
export const booleanEquals = (value1, value2) => value1 === value2;