tw5-typed 0.6.5 → 0.6.6
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
|
@@ -33,7 +33,7 @@ declare module 'tiddlywiki' {
|
|
|
33
33
|
type IUtilsModules =
|
|
34
34
|
& Pick<typeof dom, keyof typeof dom>
|
|
35
35
|
& Pick<typeof logger, keyof typeof logger>
|
|
36
|
-
&
|
|
36
|
+
& Pick<typeof filesystem, keyof typeof filesystem>
|
|
37
37
|
& Pick<typeof utils, keyof typeof utils>
|
|
38
38
|
& Pick<typeof LinkedList, keyof typeof LinkedList>
|
|
39
39
|
& Pick<typeof performance, keyof typeof performance>
|