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