A chess library for Gleam
at main 3 lines 64 B view raw
1export function monotonic_time() { 2 return performance.now(); 3}