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