mol_dump_lib 0.0.9 → 0.0.11
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/node.d.ts +1 -0
- package/node.deps.json +1 -1
- package/node.js +9 -1
- package/node.js.map +1 -1
- package/node.mjs +9 -1
- package/node.test.js +9 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -0
- package/web.deps.json +1 -1
- package/web.js +9 -1
- package/web.js.map +1 -1
- package/web.mjs +9 -1
package/node.d.ts
CHANGED
|
@@ -896,6 +896,7 @@ declare namespace $ {
|
|
|
896
896
|
static view_names(suffix: string): string[];
|
|
897
897
|
view_names_owned(): string[];
|
|
898
898
|
view_names(): Set<string>;
|
|
899
|
+
theme(next?: string | null): string | null;
|
|
899
900
|
attr_static(): {
|
|
900
901
|
[key: string]: string | number | boolean | null;
|
|
901
902
|
};
|