// 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 ...