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