mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-03-27 20:00:52 +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 ...
|