🚧 Wrestling with TypeScript
This commit is contained in:
parent
f4d2785972
commit
2dbebb87d6
7 changed files with 16 additions and 22 deletions
|
@ -26,7 +26,7 @@ export class Part {
|
|||
return this;
|
||||
}
|
||||
|
||||
macroRunner(args) {
|
||||
macroRunner(args?) {
|
||||
let self = this;
|
||||
let data = args;
|
||||
let method = function (key, data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue