tw5-typed 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -294,7 +294,7 @@ declare module 'tiddlywiki' {
|
|
|
294
294
|
* @return parameters
|
|
295
295
|
* @memberof Widget
|
|
296
296
|
*/
|
|
297
|
-
getAttribute(name: string): string |
|
|
297
|
+
getAttribute(name: string): string | undefined;
|
|
298
298
|
getAttribute(name: string, fallbackText: string): string;
|
|
299
299
|
|
|
300
300
|
/**
|