mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
module.exports = [
|
|
{
|
|
name: "RLN core",
|
|
path: "bundle/index.js",
|
|
import: "{ RLN }",
|
|
},
|
|
];
|