Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768871
native-modules.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
native-modules.js
View Options
// @flow
import
type
{
CoreModuleSpec
}
from
'./schema/CommCoreModuleSchema.js'
;
import
type
{
Spec
as
RustModuleSpec
}
from
'./schema/CommRustModuleSchema.js'
;
import
type
{
UtilsModuleSpec
}
from
'./schema/CommUtilsModuleSchema.js'
;
export
const
commCoreModule
:
CoreModuleSpec
=
global
.
CommCoreModule
;
export
const
commUtilsModule
:
UtilsModuleSpec
=
global
.
CommUtilsModule
;
export
const
commRustModule
:
RustModuleSpec
=
global
.
CommRustModule
;
export
const
commConstants
:
{
+
NATIVE_MESSAGE_TYPES
:
$ReadOnlyArray
<
number
>
,
}
=
global
.
CommConstants
;
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 9, 1:10 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867933
Default Alt Text
native-modules.js (552 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment