mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-01 17:24:22 +08:00
2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
export const stringEquals = (value1, value2) => value1 === value2;
|