atsds 0.0.2-alpha1 → 0.0.2-alpha2

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/dist/ds.d.mts CHANGED
@@ -105,6 +105,7 @@ interface EmbindModule {
105
105
  Term: {
106
106
  from_binary(_0: Buffer): Term;
107
107
  to_binary(_0: Term | null): Buffer;
108
+ rename(_0: Term | null, _1: Term | null, _2: number): Term;
108
109
  from_string(_0: EmbindString, _1: number): Term;
109
110
  to_string(_0: Term | null, _1: number): string;
110
111
  ground(_0: Term | null, _1: Term | null, _2: EmbindString, _3: number): Term;
@@ -113,6 +114,7 @@ interface EmbindModule {
113
114
  from_binary(_0: Buffer): Rule;
114
115
  to_binary(_0: Rule | null): Buffer;
115
116
  match(_0: Rule | null, _1: Rule | null, _2: number): Rule;
117
+ rename(_0: Rule | null, _1: Rule | null, _2: number): Rule;
116
118
  from_string(_0: EmbindString, _1: number): Rule;
117
119
  to_string(_0: Rule | null, _1: number): string;
118
120
  ground(_0: Rule | null, _1: Rule | null, _2: EmbindString, _3: number): Rule;
package/dist/ds.wasm CHANGED
Binary file