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