mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-28 15:58:33 +01:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
|
const increment = (n: number): number => n + 1;
|
||
|
|
||
|
export default increment;
|