mirror of
https://github.com/waku-org/js-rln.git
synced 2026-01-10 06:17:57 -05:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
module.exports = [
|
|
{
|
|
name: "RLN core",
|
|
path: "bundle/index.js",
|
|
import: "{ RLN }",
|
|
},
|
|
];
|