mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-12 11:10:09 +08:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export function safeCompare(left: string, right: string) {
|
|
return left === right;
|
|
}
|