@warpfx/nui-core 0.3.1 → 0.3.2
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare class WarpBridge {
|
|
|
24
24
|
private constructor();
|
|
25
25
|
/**
|
|
26
26
|
* Initialize the NUI bridge. Returns a singleton — safe to call
|
|
27
|
-
* multiple times from different
|
|
27
|
+
* multiple times from different resources.
|
|
28
28
|
*/
|
|
29
29
|
static init(): WarpBridge;
|
|
30
30
|
/** Whether the NUI is currently visible. */
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ var WarpBridge = class _WarpBridge {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* Initialize the NUI bridge. Returns a singleton — safe to call
|
|
25
|
-
* multiple times from different
|
|
25
|
+
* multiple times from different resources.
|
|
26
26
|
*/
|
|
27
27
|
static init() {
|
|
28
28
|
if (!window.__warpBridge) {
|