Implementation of isCyclic function in TypeScript and Go. Checks for a cycle in a directed graph. Implements the algorithm specified here. Run all tests make test/all Run GO tests make test/go Run TS tests make test/ts