mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-16 11:45:45 +08:00
2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
export const stringEquals = (value1, value2) => value1 === value2;
|