mirror of
https://github.com/waku-org/js-noise.git
synced 2025-02-24 00:48:19 +00:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
module.exports = [
|
|
{
|
|
name: "JS-Noice core",
|
|
path: "bundle/index.js",
|
|
import: "{ Noise }",
|
|
},
|
|
];
|