mol_dump_lib 0.0.535 → 0.0.536

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 CHANGED
@@ -1597,7 +1597,7 @@ declare namespace $.$$ {
1597
1597
  declare namespace $ {
1598
1598
  class $mol_syntax2<Lexems extends {
1599
1599
  [name: string]: RegExp;
1600
- }> {
1600
+ } = {}> {
1601
1601
  lexems: Lexems;
1602
1602
  constructor(lexems: Lexems);
1603
1603
  rules: Array<{