๐ Function Type Expression
// โญ โญ๏ธ func type expr โฎ type GreetFunction = (a: string) => void ; function greeter(fn: GreetFunction) { // ... }
Last updated 3 years ago