We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a70e94 commit 06a7fb7Copy full SHA for 06a7fb7
CustomHelper.ts
@@ -1,4 +1,7 @@
1
class CustomHelper extends Helper {
2
+ constructor(config: any) {
3
+ super(config)
4
+ }
5
printMessage(msg: string) {
6
console.log(msg)
7
}
0 commit comments