Method
printGreeting
(greeter: Greeter, name: string)
Source from the content-addressed store, hash-verified
| 17 | |
| 18 | // Static method |
| 19 | static printGreeting(greeter: Greeter, name: string): void { |
| 20 | console.log(greeter.greet(name)) |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | // Function |
Tested by
no test coverage detected