We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9773c commit de8a0d6Copy full SHA for de8a0d6
2 files changed
api/core-engine/globals.d.ts
@@ -218,3 +218,16 @@ declare type ArmorType = "helmet" | "chestplate" | "leggings" | "boots";
218
* currently there are only default armor models.
219
*/
220
declare type DefaultRenderTemplate = ArmorType;
221
+
222
+/**
223
+ * @since 3.1.0b126
224
+ */
225
+declare function injectBindingsIntoScope(moduleName: string, obj: object, allowOverrides: boolean): void;
226
227
228
229
+declare function injectModuleIntoScope(moduleName: string, obj: object, allowOverrides: boolean): void;
230
231
232
233
+declare function injectModulesIntoScope(obj: object, allowOverrides: boolean): void;
api/core-engine/typedoc.json
@@ -1,4 +1,4 @@
1
{
2
"name": "Core Engine",
3
- "version": "2.4.0b122"
+ "version": "3.1.1b128"
4
}
0 commit comments