mgbuild 2.1.69 → 2.1.71

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/lib/index.d.ts CHANGED
@@ -30,6 +30,7 @@ import * as lst from "./mgs/lst";
30
30
  import * as ast from "./mgs/ast";
31
31
  import * as mlb from "./mgs/mlb";
32
32
  import * as lem from "./mgs/lem";
33
+ import * as xbt from "./mgs/xbt";
33
34
  export * from "./mgs/md";
34
35
  export * from "./hqs";
35
36
  export { GeekGen } from "./utils/tools";
@@ -67,4 +68,5 @@ export declare const AlternativeSources: {
67
68
  ast: typeof ast;
68
69
  mlb: typeof mlb;
69
70
  lem: typeof lem;
71
+ xbt: typeof xbt;
70
72
  };