blob: 7173ecc4c2000e21a1f0c16f240969e6b2fc8f87 [file] [log] [blame]
export function decrement(n: number) {
return n - 1;
}