mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-07 08:26:11 +00:00
3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
export function validateId(id: string): boolean {
|
|
return id.length > 0;
|
|
}
|