mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
// TODO: create a named export of a function called fib(n)
|
|
// export function fib(n: number) ...
|
|
|
|
// TODO: create a default export of a constant of a number FibConst
|
|
// export default ...
|