Commit 1411b1a
committed
Fix node return types
Delete methods return empty string so the type should be a string.
getAttribute() returns any one of the possible attributes so we'll use
any for now. In the future, we can look into supporting a union type.1 parent 09ee5a1 commit 1411b1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments