ts-quiz— ~/quiz/levels.ts
tsc --watch● loading…
// tsc --watch · type-checking modules…
await load("quiz/levels.ts")
// streaming server components
◇ tsc 6.0.3 · compiling…UTF-8◇ scanning levels…
console.log et comment s'appelle cette technique ?const add = (a: number) => (b: number) => a + b;
const add5 = add(5);
console.log(add5(3));